New faq and service desk

This commit is contained in:
Patrick Jentsch
2021-11-18 12:09:15 +01:00
parent 904747ec66
commit 9308618e63
7 changed files with 66 additions and 284 deletions

View File

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