fix: ensure location is displayed

This commit is contained in:
2025-07-20 16:29:27 +02:00
parent 1d8a054b06
commit fa8612ad1a

View File

@@ -11,7 +11,7 @@
<p>
<b><i class="fa-solid fa-location-dot"></i></b>
{% if rescue_organization.location %}
{{ rescue_organization.location.str }}
{{ rescue_organization.location }}
{% else %}
{{ rescue_organization.location_string }}
{% endif %}