refactor: remove depreacted rescue org view

This commit is contained in:
2025-06-17 16:55:38 +02:00
parent ccdfd388c4
commit a8b3214c49
3 changed files with 2 additions and 19 deletions

View File

@@ -39,7 +39,7 @@ urlpatterns = [
path("vermittlung/<int:adoption_notice_id>/add-animal", views.adoption_notice_add_animal,
name="adoption-notice-add-animal"),
path("tierschutzorganisationen/", views.bulma_list_rescue_organizations, name="rescue-organizations"),
path("tierschutzorganisationen/", views.list_rescue_organizations, name="rescue-organizations"),
path("tierschutzorganisationen/<int:rescue_organization_id>/", views.detail_view_rescue_organization,
name="rescue-organization-detail"),