diff options
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/main/info/help.html (renamed from templates/main/help.html) | 0 | ||||
| -rw-r--r-- | templates/main/navigation.html | 6 |
2 files changed, 3 insertions, 3 deletions
diff --git a/templates/main/help.html b/templates/main/info/help.html index d3084f8b..d3084f8b 100644 --- a/templates/main/help.html +++ b/templates/main/info/help.html diff --git a/templates/main/navigation.html b/templates/main/navigation.html index 8a1e9a6a..09b4f91f 100644 --- a/templates/main/navigation.html +++ b/templates/main/navigation.html @@ -17,10 +17,10 @@ <a><i class="uk-icon fas fa-chevron-down"></i></a> <div class="uk-navbar-dropdown uk-background-secondary"> <ul class="uk-nav uk-navbar-dropdown-nav"> - {% if current_page == "help" %} - <li class="uk-active"><a href="/help">Getting Help</a></li> + {% if current_page == "info/help" %} + <li class="uk-active"><a href="/info/help">Getting Help</a></li> {% else %} - <li><a href="/help">Getting Help</a></li> + <li><a href="/info/help">Getting Help</a></li> {% endif %} <li class="uk-nav-divider"></li> </ul> |