aboutsummaryrefslogtreecommitdiffstats
path: root/templates/results2.html
diff options
context:
space:
mode:
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 %}