Set title for poster page

This commit is contained in:
Patrick Jentsch 2020-02-27 10:15:04 +01:00
parent d27919bef3
commit d9d2f702d9

View File

@ -38,4 +38,4 @@ def poster():
return redirect(url_for('main.dashboard'))
flash('Invalid email/username or password.')
return render_template('main/poster.html.j2', login_form=login_form,
title=' ')
title='Poster')