From 815df16283c6332c1c4ba9d129fd745cabf57315 Mon Sep 17 00:00:00 2001 From: Marian Sigler Date: Mon, 15 Oct 2012 13:16:12 +0200 Subject: fix admin/create_account --- forms.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'forms.py') 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(), -- cgit v1.2.3-1-g7c22