diff --git a/src/fellchensammlung/templates/fellchensammlung/details/detail_adoption_notice.html b/src/fellchensammlung/templates/fellchensammlung/details/detail_adoption_notice.html index 7f78d5e..40ab138 100644 --- a/src/fellchensammlung/templates/fellchensammlung/details/detail_adoption_notice.html +++ b/src/fellchensammlung/templates/fellchensammlung/details/detail_adoption_notice.html @@ -5,7 +5,8 @@ {% block content %}
- {% if adoption_notice.description %} - {{ adoption_notice.description }} +
{% if adoption_notice.description %} + {{ adoption_notice.description | render_markdown }} {% else %} {% translate "Keine Beschreibung angegeben" %} {% endif %} -
+ +{% if adoption_notice.description %} - {{ adoption_notice.description }} + {{ adoption_notice.description | render_markdown }} {% else %} {% translate "Keine Beschreibung" %} {% endif %}