aboutsummaryrefslogtreecommitdiffstats
path: root/forms.py
diff options
context:
space:
mode:
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"),