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

@@ -2,8 +2,8 @@
{% if not (request.path == url_for('.index')) %}
<li class="tab disabled"><i class="material-icons">navigate_next</i></li>
{% endif %}
{% if request.path == url_for('.about_and_faq') %}
<li class="tab"><a class="active" href="{{ url_for('.about_and_faq') }}" target="_self">About and faq</a></li>
{% if request.path == url_for('.faq') %}
<li class="tab"><a class="active" href="{{ url_for('.faq') }}" target="_self">Frequently Asked Questions</a></li>
{% elif request.path == url_for('.dashboard') %}
<li class="tab"><a class="active" href="{{ url_for('.dashboard') }}" target="_self">Dashboard</a></li>
{% elif request.path == url_for('.news') %}