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 %} {% if association.title %}
{{ association.title }} {{ association.title }}
{% else %} {% else %}
{% translate 'Untitled' %} {{ association.target.url }}
{% endif %} {% endif %}
</a> </a>
</h5> </h5>