diff options
author | 2018-05-29 16:47:52 +0100 | |
---|---|---|
committer | 2018-05-29 16:47:52 +0100 | |
commit | e9c85be566c7a340e99e1f9d6f1dfb8b0a94ca92 (patch) | |
tree | bb636fe01c9b2b3af98ac5f9d2273f8ddf3c851a /templates/main/navigation.html | |
parent | Bump pytest from 3.5.1 to 3.6.0 (#78) (diff) |
Address input given in contrib channel, and add FAQ
Diffstat (limited to 'templates/main/navigation.html')
-rw-r--r-- | templates/main/navigation.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/templates/main/navigation.html b/templates/main/navigation.html index f1db2a90..f17689be 100644 --- a/templates/main/navigation.html +++ b/templates/main/navigation.html @@ -81,6 +81,12 @@ <li class="uk-nav-header"><a href="{{ url_for('main.info.index') }}">Information</a></li> {% endif %} + {% if current_page == "main.info.faq" %} + <li class="uk-active"><a href="{{ url_for('main.info.faq') }}">FAQ</a></li> + {% else %} + <li><a href="{{ url_for('main.info.faq') }}">FAQ</a></li> + {% endif %} + {% if current_page == "main.info.help" %} <li class="uk-active"><a href="{{ url_for('main.info.help') }}">Getting Help</a></li> {% else %} |