feat: Add view for specialized rescues

This commit is contained in:
2025-07-14 07:31:08 +02:00
parent e3c48eac24
commit bb412be8d3
3 changed files with 33 additions and 7 deletions

View File

@@ -43,6 +43,8 @@ urlpatterns = [
path("tierschutzorganisationen/", views.list_rescue_organizations, name="rescue-organizations"),
path("tierschutzorganisationen/<int:rescue_organization_id>/", views.detail_view_rescue_organization,
name="rescue-organization-detail"),
path("tierschutzorganisationen/spezialisierung/<int:species_id>", views.specialized_rescues,
name="specialized-rescue-organizations"),
# ex: /search/
path("suchen/", views.search, name="search"),