diff --git a/views/forms.py b/views/forms.py
index 77308a73c0dd27907139adcd074db434cc7bc1eb..b5b85b25acd5582e3162facb4d421c93fc691636 100644
--- a/views/forms.py
+++ b/views/forms.py
@@ -1,8 +1,8 @@
 from flask_wtf import FlaskForm
 from wtforms import (
     StringField, PasswordField, BooleanField, IntegerField, SelectField,
-    FileField, DateTimeField, TextAreaField, Field, FormField, widgets)
-from wtforms.fields.html5 import DateField
+    FileField, DateTimeField, TextAreaField, Field, FormField, DateField,
+    widgets)
 from wtforms.validators import InputRequired, Optional
 
 import ipaddress