diff options
Diffstat (limited to 'pyaggr3g470r/views.py')
-rw-r--r-- | pyaggr3g470r/views.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyaggr3g470r/views.py b/pyaggr3g470r/views.py index d91e209f..ac89f0b8 100644 --- a/pyaggr3g470r/views.py +++ b/pyaggr3g470r/views.py @@ -142,7 +142,7 @@ def login(): identity_changed.send(current_app._get_current_object(), identity=Identity(user.id)) flash(gettext("Logged in successfully."), 'success') return redirect(url_for('home')) - return render_template('login.html', form=form) + return render_template('login.html', form=form, email=conf.ADMIN_PLATFORM_EMAIL) @app.route('/logout/') @login_required |