aboutsummaryrefslogtreecommitdiffstats
path: root/templates/results2.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/results2.html')
-rw-r--r--templates/results2.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/templates/results2.html b/templates/results2.html
index 84b8326..9f41c18 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' %}
+{% else %}
+ {% include 'header.html' %}
+{% endif %}
<p><b>Počet nalezených subjektů: {{ results|length }}</b></p>
{% for row in results %}
@@ -42,8 +44,6 @@
{% endif %}
{% endfor %}
-
-
<table class= "{{table_style}}" style="width: 100%">
<p></p>
<tr>