diff options
author | Petr Šmerkl <46304018+SveterCZE@users.noreply.github.com> | 2021-04-18 00:16:48 +0200 |
---|---|---|
committer | Petr Šmerkl <46304018+SveterCZE@users.noreply.github.com> | 2021-04-18 00:16:48 +0200 |
commit | 9cceba9b3466a2e5a7e712414bdf006215d7cb18 (patch) | |
tree | 759ffa8973d32fae04acd2bf5899e0459b087b46 /templates/results2.html | |
parent | 9a9914e21a4813e1ebb810be2b3b8084067c63b4 (diff) | |
download | justice-9cceba9b3466a2e5a7e712414bdf006215d7cb18.tar.gz |
add search by persons
Diffstat (limited to 'templates/results2.html')
-rw-r--r-- | templates/results2.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/results2.html b/templates/results2.html index 3e686da..9f41c18 100644 --- a/templates/results2.html +++ b/templates/results2.html @@ -1,7 +1,7 @@ -{% include 'header.html' %} - {% if show_form == True %} {% include 'search_form.html' %} +{% else %} + {% include 'header.html' %} {% endif %} <p><b>Počet nalezených subjektů: {{ results|length }}</b></p> |