summaryrefslogtreecommitdiffstats
path: root/forms.py
diff options
context:
space:
mode:
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(),