Fix PLZ dsiplay when not found in index #23

Merged
thisfro merged 2 commits from dev into main 2023-10-15 00:46:32 +02:00
2 changed files with 1 additions and 1 deletions

View file

@ -31,7 +31,7 @@
{% endif %}
</p>
<p class="mr-3">
{% with plz=offer|get_plz %}<i class="fas fa-map-marker-alt"></i> {{ plz.plz }} {{ plz.name }}{% endwith %}
{% with plz=offer|get_plz %}<i class="fas fa-map-marker-alt"></i> {{ offer.zipcode }} {{ plz.name }}{% endwith %}
</p>
{% if dist %}
<p class="pr-3">

Binary file not shown.