feat: add mod tool overview

This commit is contained in:
2025-06-19 23:06:30 +02:00
parent 8420c698d4
commit d9730e765e
5 changed files with 47 additions and 9 deletions

View File

@@ -67,6 +67,7 @@ urlpatterns = [
path("updatequeue/", views.updatequeue, name="updatequeue"),
path("organization-check/", views.rescue_organization_check, name="organization-check"),
path("modtools/", views.moderation_tools_overview, name="modtools"),
###########
## USERS ##