From 79d93cef80c36fd9a7818d9c4ad0fadeca67fd5f Mon Sep 17 00:00:00 2001 From: Matts Date: Sat, 11 Feb 2012 06:12:47 -0500 Subject: Removed if loop from base.html. page.category|lower = documentation --- tuxlite_tbs/templates/base.html | 2 -- 1 file changed, 2 deletions(-) (limited to 'tuxlite_tbs/templates') diff --git a/tuxlite_tbs/templates/base.html b/tuxlite_tbs/templates/base.html index 1689827..33145b4 100644 --- a/tuxlite_tbs/templates/base.html +++ b/tuxlite_tbs/templates/base.html @@ -35,9 +35,7 @@ {% if DISPLAY_PAGES_ON_MENU %} {% for page in PAGES %} - {% if page.category|lower != "documentation" %}
  • {{ page.title }}
  • - {% endif %} {% endfor %} {% endif %} -- cgit