Merge pull request 'Fix PLZ dsiplay when not found in index' (#23) from dev into main
All checks were successful
continuous-integration/drone/push Build is passing

Reviewed-on: #23
This commit is contained in:
Jannis Portmann 2023-10-15 00:46:31 +02:00
commit ca871997e5
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.