From 9ee0bd8e3002555c079b97db0e6ac75f1af782f2 Mon Sep 17 00:00:00 2001 From: moanos Date: Thu, 14 Nov 2024 18:49:28 +0100 Subject: [PATCH] feat: Add rescue to detail view --- .../details/detail_adoption_notice.html | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/src/fellchensammlung/templates/fellchensammlung/details/detail_adoption_notice.html b/src/fellchensammlung/templates/fellchensammlung/details/detail_adoption_notice.html index 0e2d16a..1522aef 100644 --- a/src/fellchensammlung/templates/fellchensammlung/details/detail_adoption_notice.html +++ b/src/fellchensammlung/templates/fellchensammlung/details/detail_adoption_notice.html @@ -2,7 +2,7 @@ {% load custom_tags %} {% load i18n %} -{% block title %}{{adoption_notice.name }}{% endblock %} +{% block title %}{{ adoption_notice.name }}{% endblock %} {% block content %}
@@ -34,6 +34,9 @@ + {% if adoption_notice.organization %} + + {% endif %} @@ -46,6 +49,9 @@ {{ adoption_notice.location_string }} {% endif %} + {% if adoption_notice.organization %} + + {% endif %} @@ -54,7 +60,8 @@
{% translate "Ort" %}{% translate "Organisation" %}{% translate "Suchen seit" %} {% translate "Zuletzt aktualisiert" %} {% translate "Weitere Informationen" %}{% translate "Organisation" %}{{ adoption_notice.searching_since }} {{ adoption_notice.last_checked | date:'d. F Y' }}