feat: Streamline animal detail view with list of adoption notices

This commit is contained in:
2024-04-19 21:43:30 +02:00
parent 5a8802f8f2
commit ad12a8e26e
3 changed files with 11 additions and 20 deletions

View File

@@ -1,7 +1,7 @@
{% load custom_tags %}
{% load i18n %}
<div class="card-adoption-notice">
<div class="card">
<div>
<div class="header-card-adoption-notice">
<h1><a class="heading-card-adoption-notice" href="{{ adoption_notice.get_absolute_url }}"> {{ adoption_notice.name }}</a></h1>

View File

@@ -1,5 +1,5 @@
{% load i18n %}
<div class="card-animal">
<div class="card">
<div class="detail-animal-header">
<h1>{{ animal.name }}</h1>
<div class="tags">