refactor: Remove non-bulma rescue org view
This commit is contained in:
@@ -85,7 +85,7 @@
|
|||||||
</h4>
|
</h4>
|
||||||
|
|
||||||
<p class="bd-footer-link">
|
<p class="bd-footer-link">
|
||||||
<a class="nav-link " href="{% url "bulma-rescue-organizations" %}">
|
<a class="nav-link " href="{% url "rescue-organizations" %}">
|
||||||
{% translate 'Tierheime in der Nähe' %}
|
{% translate 'Tierheime in der Nähe' %}
|
||||||
</a>
|
</a>
|
||||||
<br/>
|
<br/>
|
||||||
|
@@ -39,8 +39,7 @@ urlpatterns = [
|
|||||||
path("vermittlung/<int:adoption_notice_id>/add-animal", views.adoption_notice_add_animal,
|
path("vermittlung/<int:adoption_notice_id>/add-animal", views.adoption_notice_add_animal,
|
||||||
name="adoption-notice-add-animal"),
|
name="adoption-notice-add-animal"),
|
||||||
|
|
||||||
path("tierschutzorganisationen/", views.list_rescue_organizations, name="rescue-organizations"),
|
path("tierschutzorganisationen/", views.bulma_list_rescue_organizations, name="rescue-organizations"),
|
||||||
path("bulma/tierschutzorganisationen/", views.bulma_list_rescue_organizations, name="bulma-rescue-organizations"),
|
|
||||||
path("organisation/<int:rescue_organization_id>/", views.detail_view_rescue_organization,
|
path("organisation/<int:rescue_organization_id>/", views.detail_view_rescue_organization,
|
||||||
name="rescue-organization-detail"),
|
name="rescue-organization-detail"),
|
||||||
path("bulma/organisation/<int:rescue_organization_id>/", views.bulma_detail_view_rescue_organization,
|
path("bulma/organisation/<int:rescue_organization_id>/", views.bulma_detail_view_rescue_organization,
|
||||||
|
Reference in New Issue
Block a user