From 230803184c685fc8cc6bd402546f55a2eb24941b Mon Sep 17 00:00:00 2001 From: "holger.trampe" Date: Thu, 23 Apr 2020 18:05:37 +0200 Subject: [PATCH] Searchres --- .../__pycache__/settings.cpython-38.pyc | Bin 3946 -> 3946 bytes users/templates/users/searchres.html | 54 ++++++++++++++++-- 2 files changed, 49 insertions(+), 5 deletions(-) diff --git a/digitaleagentur/__pycache__/settings.cpython-38.pyc b/digitaleagentur/__pycache__/settings.cpython-38.pyc index df808b00681198208995713b6b2158d05afc05f1..7403a2365828c4cb93a2a0b288579b0c9fa8062a 100644 GIT binary patch delta 19 ZcmaDQ_ezc{l$V!_0SFH4*~pc^4*)mA1v&r# delta 19 ZcmaDQ_ezc{l$V!_0SGp&+Q^l_4*)k61sVVV 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 %} -