From fa8612ad1a182abaa901f6bd6a801e5c585da225 Mon Sep 17 00:00:00 2001 From: moanos Date: Sun, 20 Jul 2025 16:29:27 +0200 Subject: [PATCH] fix: ensure location is displayed --- .../fellchensammlung/partials/partial-rescue-organization.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/fellchensammlung/templates/fellchensammlung/partials/partial-rescue-organization.html b/src/fellchensammlung/templates/fellchensammlung/partials/partial-rescue-organization.html index 69b1d7f..a1c8550 100644 --- a/src/fellchensammlung/templates/fellchensammlung/partials/partial-rescue-organization.html +++ b/src/fellchensammlung/templates/fellchensammlung/partials/partial-rescue-organization.html @@ -11,7 +11,7 @@

{% if rescue_organization.location %} - {{ rescue_organization.location.str }} + {{ rescue_organization.location }} {% else %} {{ rescue_organization.location_string }} {% endif %}