Fix conditional in template

This commit is contained in:
Jeremy Stretch 2025-07-31 12:50:50 -04:00
parent 88a6e37206
commit 806d374098

View File

@ -26,7 +26,7 @@
width="{{ tn.width }}" width="{{ tn.width }}"
height="{{ tn.height }}" height="{{ tn.height }}"
class="rounded" class="rounded"
alt="{{ object.description or object.name }}" alt="{{ object.description|default:object.name }}"
/> />
</a> </a>
{% endthumbnail %} {% endthumbnail %}