From 3a6ce1d38be0af23d433374128f61b86afaa922c Mon Sep 17 00:00:00 2001 From: moanos Date: Wed, 18 Jun 2025 14:59:12 +0200 Subject: [PATCH] feat: restructure contact data view --- ...n.html => detail-rescue-organization.html} | 34 +++++++++++-------- 1 file changed, 19 insertions(+), 15 deletions(-) rename src/fellchensammlung/templates/fellchensammlung/details/{bulma-detail-rescue-organization.html => detail-rescue-organization.html} (53%) diff --git a/src/fellchensammlung/templates/fellchensammlung/details/bulma-detail-rescue-organization.html b/src/fellchensammlung/templates/fellchensammlung/details/detail-rescue-organization.html similarity index 53% rename from src/fellchensammlung/templates/fellchensammlung/details/bulma-detail-rescue-organization.html rename to src/fellchensammlung/templates/fellchensammlung/details/detail-rescue-organization.html index b394805..2f9a644 100644 --- a/src/fellchensammlung/templates/fellchensammlung/details/bulma-detail-rescue-organization.html +++ b/src/fellchensammlung/templates/fellchensammlung/details/detail-rescue-organization.html @@ -7,23 +7,27 @@ {% block content %}
-
-
-

{{ org.name }}

-
-
-
- - {% if org.location %} - {{ org.location }} - {% else %} - {{ org.location_string }} - {% endif %} - {% if org.description %} -

{{ org.description | render_markdown }}

- {% endif %} +
+
+
+

{{ org.name }}

+
+
+
+ + {% if org.location %} + {{ org.location }} + {% else %} + {{ org.location_string }} + {% endif %} + {% if org.description %} +

{{ org.description | render_markdown }}

+ {% endif %} +
+
+
{% include "fellchensammlung/partials/bulma-partial-rescue-organization-contact.html" %}