BTHLABS-54: Unprocessed save shows Untitled in the card title

This commit is contained in:
Tomek Wójcik 2025-08-29 08:23:09 +02:00
parent 38d768a584
commit db39c38594

View File

@ -7,7 +7,7 @@
{% if association.title %}
{{ association.title }}
{% else %}
{% translate 'Untitled' %}
{{ association.target.url }}
{% endif %}
</a>
</h5>