Add ugly background images to log in and register page

This commit is contained in:
Patrick Jentsch
2020-02-20 10:28:05 +01:00
parent 9a75d07181
commit 5b0c6a86d7
3 changed files with 30 additions and 7 deletions

View File

@ -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')