aboutsummaryrefslogtreecommitdiffstats
path: root/forms.py
diff options
context:
space:
mode:
authorPetr Šmerkl <46304018+SveterCZE@users.noreply.github.com>2021-05-07 23:52:22 +0200
committerPetr Šmerkl <46304018+SveterCZE@users.noreply.github.com>2021-05-07 23:52:22 +0200
commite7a690470224c9d4d8c719a513105d1eb0d7e80e (patch)
treee913e3f2a0658bf1a6ca60b0accce92ecd5e64bd /forms.py
parent69758200a54a8731089b6394944440c3a8f5d976 (diff)
downloadjustice-e7a690470224c9d4d8c719a513105d1eb0d7e80e.tar.gz
preparation to removal of duplicities
Diffstat (limited to 'forms.py')
-rw-r--r--forms.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/forms.py b/forms.py
index 5f67564..b49476d 100644
--- a/forms.py
+++ b/forms.py
@@ -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"),