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 %}

{{ adoption_notice.name }}

- {% translate 'Foto hinzufügen' %} + {% translate 'Foto hinzufügen' %} {% translate 'Bearbeiten' %}
@@ -34,13 +35,15 @@ -

- {% if adoption_notice.description %} - {{ adoption_notice.description }} +

+

{% translate "Beschreibung" %}

+

{% if adoption_notice.description %} + {{ adoption_notice.description | render_markdown }} {% else %} {% translate "Keine Beschreibung angegeben" %} {% endif %} -

+

+
{% for animal in adoption_notice.animals %} diff --git a/src/fellchensammlung/templates/fellchensammlung/partials/partial-adoption-notice.html b/src/fellchensammlung/templates/fellchensammlung/partials/partial-adoption-notice.html index ff7388d..e341738 100644 --- a/src/fellchensammlung/templates/fellchensammlung/partials/partial-adoption-notice.html +++ b/src/fellchensammlung/templates/fellchensammlung/partials/partial-adoption-notice.html @@ -21,7 +21,7 @@

{% if adoption_notice.description %} - {{ adoption_notice.description }} + {{ adoption_notice.description | render_markdown }} {% else %} {% translate "Keine Beschreibung" %} {% endif %}