We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df7d04c commit 74d791fCopy full SHA for 74d791f
var/www/templates/search/search_description_images.html
@@ -70,7 +70,7 @@ <h5>
70
{% if obj['tags_safe'] %}
71
{% if obj['type'] == 'image' %}
72
<img class="object_image mb-1" src="{{ url_for('objects_image.image', filename=obj['img']) }}" loading="lazy">
73
- {% if obj['type'] == 'screenshot' or obj['type'] == 'domain'%}
+ {% elif obj['type'] == 'screenshot' or obj['type'] == 'domain'%}
74
<img class="object_image mb-1" src="{{ url_for('objects_item.screenshot', filename=obj['img']) }}" loading="lazy">
75
{% endif %}
76
{% else %}
0 commit comments