diff options
author | Petr Šmerkl <46304018+SveterCZE@users.noreply.github.com> | 2021-05-07 23:52:22 +0200 |
---|---|---|
committer | Petr Šmerkl <46304018+SveterCZE@users.noreply.github.com> | 2021-05-07 23:52:22 +0200 |
commit | e7a690470224c9d4d8c719a513105d1eb0d7e80e (patch) | |
tree | e913e3f2a0658bf1a6ca60b0accce92ecd5e64bd /forms.py | |
parent | 69758200a54a8731089b6394944440c3a8f5d976 (diff) | |
download | justice-e7a690470224c9d4d8c719a513105d1eb0d7e80e.tar.gz |
preparation to removal of duplicities
Diffstat (limited to 'forms.py')
-rw-r--r-- | forms.py | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -11,6 +11,9 @@ from wtforms.fields.html5 import DateField # CREATE A GENERAL CLASS TO REMOVE DUPLICITIES? +class GeneralSearchForm(Form): + pass + class JusticeSearchForm(Form): search_options = [("text_anywhere","Kedkoliv v textu"), ("text_beginning","Začátek výrazu"), |