summaryrefslogtreecommitdiffstats
path: root/forms.py
diff options
context:
space:
mode:
Diffstat (limited to 'forms.py')
-rw-r--r--forms.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/forms.py b/forms.py
index 3d0f9d1..45d2074 100644
--- a/forms.py
+++ b/forms.py
@@ -9,6 +9,7 @@ class RegisterForm(Form):
password = PasswordField('Passwort', [validators.Required(),
validators.EqualTo('password_confirm', message=u'Passwörter stimmen nicht überein')])
password_confirm = PasswordField(u'Passwort bestätigen')
+ mail = mail
class LoginForm(Form):