feat: Add link to report

This commit is contained in:
2024-03-22 12:53:39 +01:00
parent 3516ca1d29
commit 434b069636
5 changed files with 49 additions and 35 deletions

View File

@@ -24,7 +24,7 @@ urlpatterns = [
#############
## Reports ##
#############
path("melden/<int:adoption_notice_id>/", views.report_adoption, name="report-adoption-notices"),
path("melden/<int:adoption_notice_id>/", views.report_adoption, name="report-adoption-notice"),
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"),
]