summaryrefslogtreecommitdiffstats
path: root/accounts/views/login/forms.py
diff options
context:
space:
mode:
Diffstat (limited to 'accounts/views/login/forms.py')
-rw-r--r--accounts/views/login/forms.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/accounts/views/login/forms.py b/accounts/views/login/forms.py
index 2db25b9..b45ef06 100644
--- a/accounts/views/login/forms.py
+++ b/accounts/views/login/forms.py
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
-from flask.ext.wtf import Form
+from flask_wtf import Form
from wtforms import TextField, PasswordField, validators