summaryrefslogtreecommitdiffstats
path: root/forms.py
diff options
context:
space:
mode:
authorMarian Sigler <m@qjym.de>2012-10-15 13:16:12 +0200
committerMarian Sigler <m@qjym.de>2012-10-15 13:16:12 +0200
commit815df16283c6332c1c4ba9d129fd745cabf57315 (patch)
treee1cb8c075f2a3ac0c25d20d387428e1157c2a3d0 /forms.py
parent0fd3d17a2fb1b36ca838889e74883d69ecc280f0 (diff)
downloadweb-815df16283c6332c1c4ba9d129fd745cabf57315.tar.gz
web-815df16283c6332c1c4ba9d129fd745cabf57315.tar.bz2
web-815df16283c6332c1c4ba9d129fd745cabf57315.zip
fix admin/create_account
Diffstat (limited to 'forms.py')
-rw-r--r--forms.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/forms.py b/forms.py
index 963ef6e..516c8ca 100644
--- a/forms.py
+++ b/forms.py
@@ -47,6 +47,8 @@ class AdminCreateAccountForm(RegisterForm):
else:
raise ValidationError(u'Dieser Benutzername ist schon vergeben')
+ question = None
+
class RegisterCompleteForm(Form):
password = PasswordField('Passwort', [validators.Required(),