From df9c3318e852fa647606c2ede5e525855a7069cc Mon Sep 17 00:00:00 2001 From: SveterCZE Date: Sun, 7 Feb 2021 20:00:23 +0100 Subject: changing the search form --- templates/search_form.html | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'templates/search_form.html') diff --git a/templates/search_form.html b/templates/search_form.html index 4268758..cd483e2 100644 --- a/templates/search_form.html +++ b/templates/search_form.html @@ -80,7 +80,13 @@
{{ render_field(form.insolvent_only_search) }}
+
+ {{ render_field(form.zapis_od) }} +
+
+ {{ render_field(form.zapis_do) }} +

- + \ No newline at end of file -- cgit