diff --git a/digitaleagentur/__pycache__/settings.cpython-38.pyc b/digitaleagentur/__pycache__/settings.cpython-38.pyc index df808b0..7403a23 100644 Binary files a/digitaleagentur/__pycache__/settings.cpython-38.pyc and b/digitaleagentur/__pycache__/settings.cpython-38.pyc differ diff --git a/users/templates/users/searchres.html b/users/templates/users/searchres.html index f891554..e499359 100644 --- a/users/templates/users/searchres.html +++ b/users/templates/users/searchres.html @@ -1,3 +1,4 @@ +{% load counter_tag %}

Suchergebnisse


@@ -73,17 +74,17 @@

Kontakte

{% if res_contacts|length > 0 %} {% for s in res_contacts %} -

+   {{s.company}}

{% endfor %} {% else %}

Keine Ergebnisse in Kontakten

{% endif %}
-

Passwörtern

+

Passwörter

{% if res_pass|length > 0 %} {% for s in res_pass %} -   {{s.name}}

+   {{s.name}}

{% endfor %} {% else %}

Keine Ergebnisse in Passwörtern

@@ -91,7 +92,7 @@
{% for agc in res_contacts %} -