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 d8f588b..15df7a8 100644
--- a/forms.py
+++ b/forms.py
@@ -7,7 +7,7 @@ Created on Sun Jan 17 10:05:34 2021
"""
from wtforms import Form, StringField, SelectField, BooleanField
-from wtforms.fields.html5 import DateField
+from wtforms.fields import DateField
# CREATE A GENERAL CLASS TO REMOVE DUPLICITIES?