feat: Add info that there are no pictures on animal
This commit is contained in:
parent
7deedad351
commit
f8400e5178
@ -25,5 +25,8 @@
|
||||
<img src="/media/{{ image.image }}" alt="{{ image.alt_text }}">
|
||||
</div>
|
||||
{% endfor %}
|
||||
{% if not animal.get_photos %}
|
||||
{% translate "Keine Bilder" %}
|
||||
{% endif %}
|
||||
</div>
|
||||
</div>
|
Loading…
Reference in New Issue
Block a user