aboutsummaryrefslogtreecommitdiffstats
path: root/templates/results2.html
diff options
context:
space:
mode:
authorPetr Šmerkl <46304018+SveterCZE@users.noreply.github.com>2021-04-05 18:26:08 +0200
committerPetr Šmerkl <46304018+SveterCZE@users.noreply.github.com>2021-04-05 18:26:08 +0200
commit0279c2c4edbeea14a801271e273078a21b5b9fd6 (patch)
treef5e22b3829fff2222500f3a08d9e49e8cabf782c /templates/results2.html
parent779defc902762ac84d28ade55fa1fc3860a3e54d (diff)
downloadjustice-0279c2c4edbeea14a801271e273078a21b5b9fd6.tar.gz
More tweaks
Diffstat (limited to 'templates/results2.html')
-rw-r--r--templates/results2.html4
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 %}