mirror of
https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
synced 2025-06-12 00:50:40 +00:00
Add Posterpage
This commit is contained in:
@ -12,3 +12,8 @@ def index():
|
||||
@login_required
|
||||
def dashboard():
|
||||
return render_template('main/dashboard.html.j2', title='Dashboard')
|
||||
|
||||
|
||||
@main.route('/poster')
|
||||
def poster():
|
||||
return render_template('main/poster.html.j2', title='Dienste und Prozesse')
|
||||
|
Reference in New Issue
Block a user