mirror of
https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
synced 2025-06-12 00:50:40 +00:00
New faq and service desk
This commit is contained in:
@ -19,9 +19,10 @@ def index():
|
||||
return render_template('main/index.html.j2', form=form, title='nopaque')
|
||||
|
||||
|
||||
@bp.route('/about_and_faq')
|
||||
def about_and_faq():
|
||||
return render_template('main/about_and_faq.html.j2', title='About and faq')
|
||||
@bp.route('/faq')
|
||||
def faq():
|
||||
return render_template('main/faq.html.j2',
|
||||
title='Frequently Asked Questions')
|
||||
|
||||
|
||||
@bp.route('/dashboard')
|
||||
|
Reference in New Issue
Block a user