diff --git a/src/fellchensammlung/templates/fellchensammlung/details/detail_adoption_notice.html b/src/fellchensammlung/templates/fellchensammlung/details/detail_adoption_notice.html index 3d9a9e8..57f6144 100644 --- a/src/fellchensammlung/templates/fellchensammlung/details/detail_adoption_notice.html +++ b/src/fellchensammlung/templates/fellchensammlung/details/detail_adoption_notice.html @@ -12,6 +12,7 @@ {% translate "Ort" %} {% translate "Suchen seit" %} + {% translate "Weitere Informationen" %} {% if adoption_notice.location %} @@ -20,6 +21,11 @@ {% translate "Kein Ort angegeben" %} {% endif %} {{ adoption_notice.searching_since }} + {% if adoption_notice.further_information %} + {{ adoption_notice.further_information }} + {% else %} + - + {% endif %}