diff --git a/src/fellchensammlung/templates/fellchensammlung/partials/partial-rescue-organization.html b/src/fellchensammlung/templates/fellchensammlung/partials/partial-rescue-organization.html index 01a60f4..0a0c43c 100644 --- a/src/fellchensammlung/templates/fellchensammlung/partials/partial-rescue-organization.html +++ b/src/fellchensammlung/templates/fellchensammlung/partials/partial-rescue-organization.html @@ -3,8 +3,10 @@
-

{{ rescue_organization.name }}

+

+ {{ rescue_organization.name }} + +

@@ -16,10 +18,10 @@ {{ rescue_organization.location_string }} {% endif %}
-
- {% if rescue_organization.description_short %} + {% if rescue_organization.description_short %} +
{{ rescue_organization.description_short | render_markdown }} - {% endif %} -
+
+ {% endif %}
\ No newline at end of file