aboutsummaryrefslogtreecommitdiffstats
path: root/templates/search_form_entity.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/search_form_entity.html')
-rw-r--r--templates/search_form_entity.html40
1 files changed, 40 insertions, 0 deletions
diff --git a/templates/search_form_entity.html b/templates/search_form_entity.html
index 7d3d0ed..9491dba 100644
--- a/templates/search_form_entity.html
+++ b/templates/search_form_entity.html
@@ -40,6 +40,46 @@
</div>
</div>
+<!-- MUNICIPALITY -->
+ <div class="row g-2">
+ <div class="col-sm-3">
+ {{ form.obec_search.label }}
+ </div>
+ <div class="col-sm">
+ {{ form.obec_search()|safe }} {{ form.obec_search_selection }}
+ </div>
+ </div>
+
+<!-- STREET -->
+ <div class="row g-2">
+ <div class="col-sm-3">
+ {{ form.ulice_search.label }}
+ </div>
+ <div class="col-sm">
+ {{ form.ulice_search()|safe }} {{ form.ulice_search_selection }}
+ </div>
+ </div>
+
+<!-- DESCR. NO. -->
+ <div class="row g-2">
+ <div class="col-sm-3">
+ {{ form.cp_search.label }}
+ </div>
+ <div class="col-sm">
+ {{ form.cp_search()|safe }} {{ form.cp_search_selection }}
+ </div>
+ </div>
+
+<!-- OREINT. NO. -->
+ <div class="row g-2">
+ <div class="col-sm-3">
+ {{ form.co_search.label }}
+ </div>
+ <div class="col-sm">
+ {{ form.co_search()|safe }} {{ form.co_search_selection }}
+ </div>
+ </div>
+
<!-- Search -->
<div class="row g-2">
<div class="col-sm-3">