feat: add page for updating the exclusion reason where it's not set yet

This commit is contained in:
2025-10-20 18:33:15 +02:00
parent e20e6d4b1d
commit f69eccd0e4
11 changed files with 101 additions and 64 deletions

View File

@@ -49,6 +49,8 @@ urlpatterns = [
name="rescue-organization-detail"),
path("tierschutzorganisationen/<int:rescue_organization_id>/exkludieren", views.exclude_from_regular_check,
name="rescue-organization-exclude"),
path("tierschutzorganisationen/add-exclusion-reason", views.update_exclusion_reason,
name="rescue-organization-add-exclusion-reason"),
path("tierschutzorganisationen/spezialisierung/<slug:species_slug>", views.specialized_rescues,
name="specialized-rescue-organizations"),