feat: Add button that leads to all ANs

This commit is contained in:
moanos [he/him] 2024-08-08 18:32:07 +02:00
parent f8400e5178
commit e8f8fd25af

View File

@ -10,11 +10,13 @@
<h1>{{ introduction.title }}</h1>
{{ introduction.content | render_markdown }}
{% endif %}
<h2>{% translate "Aktuelle Vermittlungen" %}</h2>
{% include "fellchensammlung/lists/list-adoption-notices.html" %}
<div class="container-cards">
{% include "fellchensammlung/lists/list-adoption-notices.html" %}
<a class="btn2" href="{% url 'search' %}">{% translate "Mehr Vermittlungen" %}</a>
</div>
{% if how_to %}
<h1>{{ how_to.title }}</h1>
{{ how_to.content | render_markdown }}