From 0edb9094c44a319736db389262fc78b07145d99b Mon Sep 17 00:00:00 2001 From: moanos Date: Mon, 21 Jul 2025 17:11:13 +0200 Subject: [PATCH] feat: Show parent org --- .../details/detail-rescue-organization.html | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/src/fellchensammlung/templates/fellchensammlung/details/detail-rescue-organization.html b/src/fellchensammlung/templates/fellchensammlung/details/detail-rescue-organization.html index 305d6ab..815e9db 100644 --- a/src/fellchensammlung/templates/fellchensammlung/details/detail-rescue-organization.html +++ b/src/fellchensammlung/templates/fellchensammlung/details/detail-rescue-organization.html @@ -47,6 +47,17 @@ {% endif %} + {% if org.parent_org %} +
+

{% translate 'Übergeordnete Organisation' %}

+

+ + + {{ org.parent_org }} + +

+
+ {% endif %} @@ -54,8 +65,9 @@ {% include "fellchensammlung/partials/partial-rescue-organization-contact.html" %}
- Admin interface + + Admin interface +