fix: Remove non-existing title
This commit is contained in:
parent
1916aa120e
commit
df86018876
@ -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 %}
|
||||
|
@ -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 %}
|
||||
|
Loading…
Reference in New Issue
Block a user