diff --git a/cloud/forms.py b/cloud/forms.py index b1002c7..7bf965f 100644 --- a/cloud/forms.py +++ b/cloud/forms.py @@ -1,7 +1,7 @@ from flask_wtf import FlaskForm from wtforms import BooleanField, StringField +from wtforms.fields.html5 import URLField from wtforms.validators import URL -from flask_wtf.html5 import URLField from pillar.web.utils.forms import FileSelectField