aboutsummaryrefslogtreecommitdiffstats
path: root/forms.py
diff options
context:
space:
mode:
authorPetr Šmerkl <46304018+SveterCZE@users.noreply.github.com>2021-05-01 15:56:42 +0200
committerPetr Šmerkl <46304018+SveterCZE@users.noreply.github.com>2021-05-01 15:56:42 +0200
commitd5be03206a83c09751d9c9bc73e0ad960d0dc487 (patch)
tree9ea2fad0837d7e8bc26eca220e6886c1ac868bef /forms.py
parent53e6b03b8f68b85c10a2c7c4412a792b5bd4755d (diff)
downloadjustice-d5be03206a83c09751d9c9bc73e0ad960d0dc487.tar.gz
update search by legal persons in a role
Diffstat (limited to 'forms.py')
-rw-r--r--forms.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/forms.py b/forms.py
index 66ed90c..9880b9d 100644
--- a/forms.py
+++ b/forms.py
@@ -118,11 +118,11 @@ class EntitySearchForm(Form):
entity_number_search = StringField(u'Identifikační číslo:')
entity_number_search_selection = SelectField('', choices=search_options)
- entity_number_search_actual = SelectField('', choices=actual_options)
foreign_entity_number_search = StringField(u'Zahraniční registrační číslo:')
foreign_entity_number_search_selection = SelectField('', choices=search_options)
- foreign_entity_number_search_actual = SelectField('', choices=actual_options)
+
+ entity_actual_selection = SelectField('', choices=actual_options)
class CompanyForm(Form):
oddil = [('A', 'A'),