fix: ensure location is displayed
This commit is contained in:
@@ -11,7 +11,7 @@
|
|||||||
<p>
|
<p>
|
||||||
<b><i class="fa-solid fa-location-dot"></i></b>
|
<b><i class="fa-solid fa-location-dot"></i></b>
|
||||||
{% if rescue_organization.location %}
|
{% if rescue_organization.location %}
|
||||||
{{ rescue_organization.location.str }}
|
{{ rescue_organization.location }}
|
||||||
{% else %}
|
{% else %}
|
||||||
{{ rescue_organization.location_string }}
|
{{ rescue_organization.location_string }}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
Reference in New Issue
Block a user