From 0b80096104d67e0ea9262c6152b7acb34154d7a7 Mon Sep 17 00:00:00 2001 From: Sevag Hanssian Date: Sun, 10 Apr 2016 11:29:23 -0400 Subject: respect DISPLAY_CATEGORIES_ON_MENU in bootstrap2 --- bootstrap2/templates/base.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bootstrap2/templates/base.html b/bootstrap2/templates/base.html index d96470e..a5ffa2f 100644 --- a/bootstrap2/templates/base.html +++ b/bootstrap2/templates/base.html @@ -75,6 +75,7 @@ {% endfor %}
  • {% endif %} + {% if DISPLAY_CATEGORIES_ON_MENU %} {% for cat, null in categories %}
  • @@ -82,6 +83,7 @@
  • {% endfor %} + {% endif %}