{% translate "Ort" %}
-{% if adoption_notice.location %} + + {% translate "Ort" %}: + {% if adoption_notice.location %} {{ adoption_notice.location }} {% else %} {{ adoption_notice.location_string }} - {% endif %}
+ {% endif %} +diff --git a/src/fellchensammlung/templates/fellchensammlung/details/bulma-detail-adoption-notice.html b/src/fellchensammlung/templates/fellchensammlung/details/bulma-detail-adoption-notice.html index 82fd068..2d19349 100644 --- a/src/fellchensammlung/templates/fellchensammlung/details/bulma-detail-adoption-notice.html +++ b/src/fellchensammlung/templates/fellchensammlung/details/bulma-detail-adoption-notice.html @@ -12,7 +12,7 @@
{{ adoption_notice.name }}
+{{ adoption_notice.name }}
{% if adoption_notice.location %} + + {% translate "Ort" %}: + {% if adoption_notice.location %} {{ adoption_notice.location }} {% else %} {{ adoption_notice.location_string }} - {% endif %}
+ {% endif %} +