mirror of
https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
synced 2025-06-12 00:50:40 +00:00
Add ugly background images to log in and register page
This commit is contained in:
@ -41,7 +41,7 @@ def login():
|
||||
return redirect(next)
|
||||
flash('Invalid email/username or password.')
|
||||
return render_template('auth/login.html.j2', login_form=login_form,
|
||||
title='nopaque')
|
||||
title='Log in')
|
||||
|
||||
|
||||
@auth.route('/logout')
|
||||
|
Reference in New Issue
Block a user