aboutsummaryrefslogtreecommitdiffstats
path: root/waterspill/templates
diff options
context:
space:
mode:
Diffstat (limited to 'waterspill/templates')
-rw-r--r--waterspill/templates/base.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/waterspill/templates/base.html b/waterspill/templates/base.html
index a95fdcc..c4a9c07 100644
--- a/waterspill/templates/base.html
+++ b/waterspill/templates/base.html
@@ -45,7 +45,7 @@
{% if DISPLAY_PAGES_ON_MENU %}
<h3>Pages</h3>
<ul>
- {% for page in PAGES %}
+ {% for page in pages %}
<li><a href="{{ SITEURL }}/{{ page.url }}">{{ page.title }}</a></li>
{% endfor %}
</ul>