From 6074ecafbccce647ac16ebe3a6dd16fd6765b010 Mon Sep 17 00:00:00 2001 From: Marian Sigler Date: Mon, 1 Oct 2012 03:25:13 +0200 Subject: Remove password notice. Add notice urgeing people to wisely choose their username --- app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app.py') 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') -- cgit v1.2.3-1-g7c22