summaryrefslogtreecommitdiffstats
path: root/accounts/forms.py
diff options
context:
space:
mode:
Diffstat (limited to 'accounts/forms.py')
-rw-r--r--accounts/forms.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/accounts/forms.py b/accounts/forms.py
index 4385e7a..9e2e8f3 100644
--- a/accounts/forms.py
+++ b/accounts/forms.py
@@ -5,8 +5,7 @@ from flask.ext.wtf import Form
from wtforms import TextField, PasswordField, ValidationError, BooleanField,\
validators
from functools import partial
-from utils import _username_re, _username_exclude_re, decrypt_password,\
- NotRegexp, url_for
+from utils import _username_re, _username_exclude_re, NotRegexp, url_for
username = partial(TextField, 'Benutzername', [validators.Regexp(_username_re,