summaryrefslogtreecommitdiffstats
path: root/accounts/views/login/forms.py
diff options
context:
space:
mode:
authorVincent Post <cent@spline.de>2020-08-07 18:30:48 +0200
committerVincent Post <cent@spline.de>2020-08-07 18:30:48 +0200
commitec179fa9913a07d6ba4902366ec27b87895a4c1a (patch)
tree7c3434d2ab814df8cd4b439f312e8fa022ea9323 /accounts/views/login/forms.py
parent39cbb6133928bd423f3e1d849a9fb88019b0ff70 (diff)
downloadweb-ec179fa9913a07d6ba4902366ec27b87895a4c1a.tar.gz
web-ec179fa9913a07d6ba4902366ec27b87895a4c1a.tar.bz2
web-ec179fa9913a07d6ba4902366ec27b87895a4c1a.zip
pushed flask to 0.11
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