aboutsummaryrefslogtreecommitdiffstats
path: root/forms.py
diff options
context:
space:
mode:
authorPetr Šmerkl <46304018+SveterCZE@users.noreply.github.com>2022-01-23 00:40:16 +0100
committerPetr Šmerkl <46304018+SveterCZE@users.noreply.github.com>2022-01-23 00:40:16 +0100
commitf618eeb6f13edb4d1e272cab90aa5ee982f2e358 (patch)
treed96a737c14b894181b758835ee7c4e7a0958acf5 /forms.py
parent632cadaf7e460b9fa24de6cde1b5abe9b36ed4a5 (diff)
downloadjustice-f618eeb6f13edb4d1e272cab90aa5ee982f2e358.tar.gz
add a feature to display criminal convictions
Diffstat (limited to 'forms.py')
-rw-r--r--forms.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/forms.py b/forms.py
index a6659cf..6cbadc2 100644
--- a/forms.py
+++ b/forms.py
@@ -94,6 +94,8 @@ class JusticeSearchForm(GeneralSearchForm):
soud_search_actual = SelectField('', choices=actual_options)
insolvent_only_search = BooleanField("Pouze společnosti s insolvenčním zápisem")
+ criminal_record_only_search = BooleanField("Pouze společnosti s trestním zápisem")
+
zapis_do = DateField(u'Zapsáno do:', format='%Y-%m-%d')
zapis_od = DateField(u'Zapsáno od:', format='%Y-%m-%d')