feat: Add last checked to ANs and add updatequeue

This commit is contained in:
2024-09-30 15:22:19 +02:00
parent 022bf577d4
commit d9232a1095
4 changed files with 42 additions and 4 deletions

View File

@@ -34,15 +34,17 @@ urlpatterns = [
path("ueber-uns/", views.about, name="about"),
#############
## Reports ##
#############
################
## Moderation ##
################
path("vermittlung/<int:adoption_notice_id>/report", views.report_adoption, name="report-adoption-notice"),
path("kommentar/<int:comment_id>/report", views.report_comment, name="report-comment"),
path("meldung/<uuid:report_id>/", views.report_detail, name="report-detail"),
path("meldung/<uuid:report_id>/sucess", views.report_detail_success, name="report-detail-success"),
path("modqueue/", views.modqueue, name="modqueue"),
path("updatequeue/", views.updatequeue, name="updatequeue"),
###########
## USERS ##