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 %}
{% translate "Ort" %} | + {% if adoption_notice.organization %} +{% translate "Organisation" %} | + {% endif %}{% translate "Suchen seit" %} | {% translate "Zuletzt aktualisiert" %} | {% translate "Weitere Informationen" %} | @@ -46,6 +49,9 @@ {{ adoption_notice.location_string }} {% endif %} + {% if adoption_notice.organization %} +{% translate "Organisation" %} | + {% endif %}{{ adoption_notice.searching_since }} | {{ adoption_notice.last_checked | date:'d. F Y' }} | @@ -54,7 +60,8 @@
---|