refactor: Remove non-bulma rescue org view
This commit is contained in:
@@ -39,8 +39,7 @@ urlpatterns = [
|
||||
path("vermittlung/<int:adoption_notice_id>/add-animal", views.adoption_notice_add_animal,
|
||||
name="adoption-notice-add-animal"),
|
||||
|
||||
path("tierschutzorganisationen/", views.list_rescue_organizations, name="rescue-organizations"),
|
||||
path("bulma/tierschutzorganisationen/", views.bulma_list_rescue_organizations, name="bulma-rescue-organizations"),
|
||||
path("tierschutzorganisationen/", views.bulma_list_rescue_organizations, name="rescue-organizations"),
|
||||
path("organisation/<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,
|
||||
|
Reference in New Issue
Block a user