diff --git a/pflaenzli/pflaenzli/templates/offer/search.html b/pflaenzli/pflaenzli/templates/offer/search.html index c1b5328..2e6c1df 100644 --- a/pflaenzli/pflaenzli/templates/offer/search.html +++ b/pflaenzli/pflaenzli/templates/offer/search.html @@ -2,7 +2,6 @@ {% load static %} {% load i18n %} {% load crispy_forms_tags %} -{% load plz %} {% block title %} {% trans 'Offers' %} {% endblock %} @@ -32,32 +31,30 @@ {% if offers %}
{% for offer in offers %} - {% with plz=offer|get_plz %} -
-
- - {% if offer.image %} - - {% else %} - - {% endif %} -
-
- {{ offer.title }}{{ offer.get_category_display }} -
-
-
- {% else %} diff --git a/pflaenzli/pflaenzli/templates/user/public.html b/pflaenzli/pflaenzli/templates/user/public.html index b5c2e35..416a270 100644 --- a/pflaenzli/pflaenzli/templates/user/public.html +++ b/pflaenzli/pflaenzli/templates/user/public.html @@ -32,7 +32,7 @@ {% endif %}
- {{ offer.title }}{{ offer.get_category_display }} + {{ offer.zipcode }}
@@ -41,7 +41,7 @@ {{ offer.user.username }}

- {{ offer.zipcode.plz }} {{ offer.zipcode.name }} + {{ offer.zipcode }}