refactor: Various redesigns

This commit is contained in:
2024-04-14 20:34:26 +02:00
parent 8037b66597
commit 7a649d00ee
3 changed files with 17 additions and 7 deletions

View File

@@ -3,5 +3,3 @@
{% include "fellchensammlung/partials/partial-adoption-notice.html" %}
{% endfor %}
</div>

View File

@@ -4,8 +4,8 @@
<div class="card-adoption-notice">
<div>
<div class="header-card-adoption-notice">
<h1><a href="{{ adoption_notice.get_absolute_url }}"> {{ adoption_notice.name }}</a></h1>
<a href="{{ adoption_notice.get_report_url }}">{% translate "Melden" %}</a>
<h1><a class="heading-card-adoption-notice" href="{{ adoption_notice.get_absolute_url }}"> {{ adoption_notice.name }}</a></h1>
<a class="adoption-card-report-link" href="{{ adoption_notice.get_report_url }}"><i class="fa-solid fa-flag"></i></a>
</div>
<p><b>{% translate "Notfellchen" %}:</b> {{ adoption_notice.animals.all|join_link:", " | safe }}
</p>