From f030083266a5998df87ecd641b479378a1a3566a Mon Sep 17 00:00:00 2001 From: moanos Date: Thu, 8 Aug 2024 17:04:22 +0200 Subject: [PATCH] feat: Add images to adoption notice detail view --- .../fellchensammlung/details/detail_adoption_notice.html | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/fellchensammlung/templates/fellchensammlung/details/detail_adoption_notice.html b/src/fellchensammlung/templates/fellchensammlung/details/detail_adoption_notice.html index 36b2bd5..a733424 100644 --- a/src/fellchensammlung/templates/fellchensammlung/details/detail_adoption_notice.html +++ b/src/fellchensammlung/templates/fellchensammlung/details/detail_adoption_notice.html @@ -37,6 +37,12 @@ +
+

{% translate "Bilder" %}

+ {% for photo in adoption_notice.get_photos %} + {{ photo.alt_text }} + {% endfor %} +

{% translate "Beschreibung" %}

{% if adoption_notice.description %}