summaryrefslogtreecommitdiffstats
path: root/app.py
diff options
context:
space:
mode:
authorMarian Sigler <m@qjym.de>2012-10-01 03:25:13 +0200
committerMarian Sigler <m@qjym.de>2012-10-01 03:25:13 +0200
commit6074ecafbccce647ac16ebe3a6dd16fd6765b010 (patch)
tree98217ce053dec369d42d9b171065a1103d6852ea /app.py
parent1cf89afc3c3d7fc9735597c768501ede19206a69 (diff)
downloadweb-6074ecafbccce647ac16ebe3a6dd16fd6765b010.tar.gz
web-6074ecafbccce647ac16ebe3a6dd16fd6765b010.tar.bz2
web-6074ecafbccce647ac16ebe3a6dd16fd6765b010.zip
Remove password notice. Add notice urgeing people to wisely choose their username
Diffstat (limited to 'app.py')
-rw-r--r--app.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/app.py b/app.py
index ccbc5dc..898a89e 100644
--- a/app.py
+++ b/app.py
@@ -282,7 +282,7 @@ def admin_create_account():
send_register_confirmation_mail(form.username.data, form.mail.data)
flash(u'Mail versandt.', 'success')
- return redirect(url_for('index'))
+ return redirect(url_for('admin'))
return {'form': form}
@app.route('/admin/view_blacklist')