From 1f59f2d12ef9bd8e3fc912d6645001c154f1f0f2 Mon Sep 17 00:00:00 2001 From: Patrick Pierson Date: Sat, 4 Feb 2017 00:24:18 -0500 Subject: fixes pages context change for tuxlite_tbs theme --- tuxlite_tbs/templates/base.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tuxlite_tbs') diff --git a/tuxlite_tbs/templates/base.html b/tuxlite_tbs/templates/base.html index 2ef2163..2734cc5 100644 --- a/tuxlite_tbs/templates/base.html +++ b/tuxlite_tbs/templates/base.html @@ -55,7 +55,7 @@ {% endfor %} {% if DISPLAY_PAGES_ON_MENU %} - {% for page in PAGES %} + {% for page in pages %}
  • {{ page.title }}
  • {% endfor %} {% endif %} -- cgit