refactor: Remove non-bulma rescue org

This commit is contained in:
2025-06-17 07:07:24 +02:00
parent e79aca4efa
commit e010fa413b
2 changed files with 2 additions and 9 deletions

View File

@@ -40,10 +40,8 @@ urlpatterns = [
name="adoption-notice-add-animal"),
path("tierschutzorganisationen/", views.bulma_list_rescue_organizations, name="rescue-organizations"),
path("organisation/<int:rescue_organization_id>/", views.detail_view_rescue_organization,
path("tierschutzorganisationen/<int:rescue_organization_id>/", views.detail_view_rescue_organization,
name="rescue-organization-detail"),
path("bulma/organisation/<int:rescue_organization_id>/", views.bulma_detail_view_rescue_organization,
name="bulma-rescue-organization-detail"),
# ex: /search/
path("suchen/", views.search, name="search"),