diff --git a/templates/base.html b/templates/base.html index 01e36c5..9a8b5f2 100644 --- a/templates/base.html +++ b/templates/base.html @@ -182,7 +182,7 @@ {% endif %} - {% if pages or LINKS %} + {% if (pages and DISPLAY_PAGES_ON_MENU) or LINKS %}