From b28f9704b3e675675f9bf76ca1b4f5a12b4ea77b Mon Sep 17 00:00:00 2001 From: Jannis Portmann Date: Sun, 15 Oct 2023 00:45:39 +0200 Subject: [PATCH] Always display thr PLZ of the offer --- pflaenzli/pflaenzli/templates/offer/detail.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pflaenzli/pflaenzli/templates/offer/detail.html b/pflaenzli/pflaenzli/templates/offer/detail.html index b058616..d4dba70 100644 --- a/pflaenzli/pflaenzli/templates/offer/detail.html +++ b/pflaenzli/pflaenzli/templates/offer/detail.html @@ -31,7 +31,7 @@ {% endif %}

- {% with plz=offer|get_plz %} {{ plz.plz }} {{ plz.name }}{% endwith %} + {% with plz=offer|get_plz %} {{ offer.zipcode }} {{ plz.name }}{% endwith %}

{% if dist %}