fix: Remove non-existing title

This commit is contained in:
moanos [he/him] 2024-09-28 16:01:35 +02:00
parent 1916aa120e
commit df86018876
2 changed files with 2 additions and 4 deletions

View File

@ -24,8 +24,7 @@
</p>
{% if adoption_notice.get_photo %}
<div class="adoption-notice-img img-small">
<img title="{{ adoption_notice.get_photo.title }}"
src="{{ MEDIA_URL }}/{{ adoption_notice.get_photo.image }}"
<img src="{{ MEDIA_URL }}/{{ adoption_notice.get_photo.image }}"
alt="{{ adoption_notice.get_photo.alt_text }}">
</div>
{% endif %}

View File

@ -28,8 +28,7 @@
</p>
{% if adoption_notice.get_photo %}
<div class="adoption-notice-img">
<img title="{{ adoption_notice.get_photo.title }}"
src="{{ MEDIA_URL }}/{{ adoption_notice.get_photo.image }}"
<img src="{{ MEDIA_URL }}/{{ adoption_notice.get_photo.image }}"
alt="{{ adoption_notice.get_photo.alt_text }}">
</div>
{% else %}