diff --git a/pflaenzli/pflaenzli/templates/offer/search.html b/pflaenzli/pflaenzli/templates/offer/search.html index bd65b74..c1b5328 100644 --- a/pflaenzli/pflaenzli/templates/offer/search.html +++ b/pflaenzli/pflaenzli/templates/offer/search.html @@ -2,6 +2,7 @@ {% load static %} {% load i18n %} {% load crispy_forms_tags %} +{% load plz %} {% block title %} {% trans 'Offers' %} {% endblock %} @@ -31,30 +32,32 @@ {% if offers %}
{% for offer in offers %} -
- {% else %} diff --git a/pflaenzli/pflaenzli/templates/user/public.html b/pflaenzli/pflaenzli/templates/user/public.html index 2f1b35d..b5c2e35 100644 --- a/pflaenzli/pflaenzli/templates/user/public.html +++ b/pflaenzli/pflaenzli/templates/user/public.html @@ -36,12 +36,12 @@
-