diff options
author | Petr Šmerkl <46304018+SveterCZE@users.noreply.github.com> | 2021-04-05 18:26:08 +0200 |
---|---|---|
committer | Petr Šmerkl <46304018+SveterCZE@users.noreply.github.com> | 2021-04-05 18:26:08 +0200 |
commit | 0279c2c4edbeea14a801271e273078a21b5b9fd6 (patch) | |
tree | f5e22b3829fff2222500f3a08d9e49e8cabf782c /templates/results2.html | |
parent | 779defc902762ac84d28ade55fa1fc3860a3e54d (diff) | |
download | justice-0279c2c4edbeea14a801271e273078a21b5b9fd6.tar.gz |
More tweaks
Diffstat (limited to 'templates/results2.html')
-rw-r--r-- | templates/results2.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/templates/results2.html b/templates/results2.html index 5fb4e7f..3e686da 100644 --- a/templates/results2.html +++ b/templates/results2.html @@ -1,6 +1,8 @@ {% include 'header.html' %} -{% include 'search_form.html' %} +{% if show_form == True %} + {% include 'search_form.html' %} +{% endif %} <p><b>Počet nalezených subjektů: {{ results|length }}</b></p> {% for row in results %} |