feat: add basic member support & squash migrations
This commit is contained in:
@@ -27,4 +27,10 @@ urlpatterns = [
|
||||
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"),
|
||||
|
||||
###########
|
||||
## USERS ##
|
||||
###########
|
||||
path("user/<int:user_id>/", views.member_detail, name="user-detail"),
|
||||
|
||||
]
|
||||
|
Reference in New Issue
Block a user