feat: Use truncated location

This commit is contained in:
2024-11-08 07:42:34 +01:00
parent 9f977e35c2
commit c3dd9faa85
3 changed files with 6 additions and 2 deletions

View File

@@ -12,7 +12,7 @@
<p>
<b>Ort</b>
{% if adoption_notice.location %}
{{ adoption_notice.location }}
{{ adoption_notice.location.str_hr }}
{% else %}
{{ adoption_notice.location_string }}
{% endif %}

View File

@@ -14,7 +14,7 @@
<p>
<b>Ort</b>
{% if adoption_notice.location %}
{{ adoption_notice.location }}
{{ adoption_notice.location.str_hr }}
{% else %}
{{ adoption_notice.location_string }}
{% endif %}