summaryrefslogtreecommitdiffstats
path: root/forms.py
diff options
context:
space:
mode:
Diffstat (limited to 'forms.py')
-rw-r--r--forms.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/forms.py b/forms.py
index c560776..695b075 100644
--- a/forms.py
+++ b/forms.py
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
-from wtforms import Form, validators, TextField, PasswordField
+from flask.ext.wtf import Form, validators, TextField, PasswordField
username = TextField('Benutzername', [validators.Length(min=4, max=20)])