summaryrefslogtreecommitdiffstats
path: root/accounts/forms.py
diff options
context:
space:
mode:
Diffstat (limited to 'accounts/forms.py')
-rw-r--r--accounts/forms.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/accounts/forms.py b/accounts/forms.py
index 245d0f0..2829a9a 100644
--- a/accounts/forms.py
+++ b/accounts/forms.py
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
import re
from flask import current_app, Markup, url_for
-from flask_wtf import Form
+from flask_wtf import FlaskForm as Form
from flask_login import current_user
from wtforms import TextField, PasswordField, ValidationError, BooleanField,\
validators