aboutsummaryrefslogtreecommitdiffstats
path: root/templates/search_form_entity.html
diff options
context:
space:
mode:
authorPetr Šmerkl <46304018+SveterCZE@users.noreply.github.com>2021-05-07 23:46:06 +0200
committerPetr Šmerkl <46304018+SveterCZE@users.noreply.github.com>2021-05-07 23:46:06 +0200
commit69758200a54a8731089b6394944440c3a8f5d976 (patch)
treea0832d2a5dfad33440a036f5707617ba53cc599e /templates/search_form_entity.html
parentc7d33751e951f9cc4dfd90467854cc6e20cc341b (diff)
downloadjustice-69758200a54a8731089b6394944440c3a8f5d976.tar.gz
update search by legal persons
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">