Skip to content

Commit

Permalink
Load gallery page asynchronously (refs #463)
Browse files Browse the repository at this point in the history
  • Loading branch information
Almad committed Mar 24, 2024
1 parent 923577c commit bb24ec2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ddcz/templates/creative-pages/gallerypicture-list.html
Expand Up @@ -21,7 +21,7 @@ <h2><a href="{% url 'ddcz:creation-detail' creative_page_slug=creative_page_slug
<p><span class="label">Autor:</span> <span class="value">{% author_display a %}</span></p>
<p>
<a href="{% url 'ddcz:creation-detail' creative_page_slug=creative_page_slug creation_id=a.id creation_slug=a.get_slug %}">
<img src="{{ a.get_thumbnail_url }}" alt="Náhled obrázku {{ a.name }}">
<img src="{{ a.get_thumbnail_url }}" alt="Náhled obrázku {{ a.name }}" loading="lazy" decoding="async">
</a>
</p>
<!--
Expand Down

0 comments on commit bb24ec2

Please sign in to comment.