diff --git a/src/fellchensammlung/templates/fellchensammlung/details/detail_adoption_notice.html b/src/fellchensammlung/templates/fellchensammlung/details/detail_adoption_notice.html index 0e2d16a..1522aef 100644 --- a/src/fellchensammlung/templates/fellchensammlung/details/detail_adoption_notice.html +++ b/src/fellchensammlung/templates/fellchensammlung/details/detail_adoption_notice.html @@ -2,7 +2,7 @@ {% load custom_tags %} {% load i18n %} -{% block title %}{{adoption_notice.name }}{% endblock %} +{% block title %}{{ adoption_notice.name }}{% endblock %} {% block content %}
@@ -34,6 +34,9 @@ + {% if adoption_notice.organization %} + + {% endif %} @@ -46,6 +49,9 @@ {{ adoption_notice.location_string }} {% endif %} + {% if adoption_notice.organization %} + + {% endif %} @@ -54,7 +60,8 @@
{% translate "Ort" %}{% translate "Organisation" %}{% translate "Suchen seit" %} {% translate "Zuletzt aktualisiert" %} {% translate "Weitere Informationen" %}{% translate "Organisation" %}{{ adoption_notice.searching_since }} {{ adoption_notice.last_checked | date:'d. F Y' }}