aboutsummaryrefslogtreecommitdiffstats
path: root/forms.py
diff options
context:
space:
mode:
authorPetr Šmerkl <46304018+SveterCZE@users.noreply.github.com>2021-05-05 23:36:48 +0200
committerPetr Šmerkl <46304018+SveterCZE@users.noreply.github.com>2021-05-05 23:36:48 +0200
commitba27366d9f411af56a594ccaee9895434d393ef5 (patch)
tree7e0db1afc282c7b07162c4f10f098095a70fa581 /forms.py
parenta463c1dc7a5b7c0e8f9d2ac8f3f3662b926ec3b1 (diff)
downloadjustice-ba27366d9f411af56a594ccaee9895434d393ef5.tar.gz
Update form to combine foreign and domestic search
Diffstat (limited to 'forms.py')
-rw-r--r--forms.py5
1 files changed, 1 insertions, 4 deletions
diff --git a/forms.py b/forms.py
index 9880b9d..9cbad2f 100644
--- a/forms.py
+++ b/forms.py
@@ -116,12 +116,9 @@ class EntitySearchForm(Form):
entity_name_search_selection = SelectField('', choices=search_options)
entity_name_search_actual = SelectField('', choices=actual_options)
- entity_number_search = StringField(u'Identifikační číslo:')
+ entity_number_search = StringField(u'IČO nebo zahraniční registrační číslo:')
entity_number_search_selection = SelectField('', choices=search_options)
- foreign_entity_number_search = StringField(u'Zahraniční registrační číslo:')
- foreign_entity_number_search_selection = SelectField('', choices=search_options)
-
entity_actual_selection = SelectField('', choices=actual_options)
class CompanyForm(Form):