diff --git a/templates/base.html b/templates/base.html index a6e422d..6eefd98 100644 --- a/templates/base.html +++ b/templates/base.html @@ -104,7 +104,7 @@ {% if DISPLAY_PAGES_ON_MENU != False %}
  • Pages
  • - {% for p in PAGES %} + {% for p in pages %}
  • {{ p.title }}
  • @@ -179,7 +179,7 @@ {% endfor %} {% if DISPLAY_PAGES_ON_MENU != False %}
  • Pages
  • - {% for p in PAGES %} + {% for p in pages %}
  • {{ p.title }}