Browse Source

Don't activate the forum menu when viewing the topictracker

sh4nks 9 years ago
parent
commit
def309a9ac
1 changed files with 1 additions and 1 deletions
  1. 1 1
      flaskbb/templates/forum/topictracker.html

+ 1 - 1
flaskbb/templates/forum/topictracker.html

@@ -1,5 +1,5 @@
 {% set page_title = _("Topic Tracker") %}
-{% set active_forum_nav=True %}
+{% set active_forum_nav=False %}
 
 {% extends theme("layout.html") %}
 {% from theme('macros.html') import render_pagination %}