aboutsummaryrefslogtreecommitdiffstats
path: root/forms.py
diff options
context:
space:
mode:
Diffstat (limited to 'forms.py')
-rw-r--r--forms.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/forms.py b/forms.py
index 6cbadc2..d8f588b 100644
--- a/forms.py
+++ b/forms.py
@@ -12,7 +12,7 @@ from wtforms.fields.html5 import DateField
# CREATE A GENERAL CLASS TO REMOVE DUPLICITIES?
class GeneralSearchForm(Form):
- search_options = [("text_anywhere","Kedkoliv v textu"),
+ search_options = [("text_anywhere","Kdekoliv v textu"),
("text_beginning","Začátek výrazu"),
("text_exact","Přesný výraz"),
]