refactor(bulma): add rescue orgs to footer

This commit is contained in:
2025-05-25 11:37:16 +02:00
parent 6ad93abe3b
commit c8453db69d

View File

@@ -79,5 +79,17 @@
</a>
</p>
</div>
<div class="column">
<h4 class="bd-footer-title title is-4 has-text-justify">
{% trans 'Hilfreiche Links' %}
</h4>
<p class="bd-footer-link">
<a class="nav-link " href="{% url "bulma-rescue-organizations" %}">
{% translate 'Tierheime in der Nähe' %}
</a>
<br/>
</p>
</div>
</div>
</footer>