aboutsummaryrefslogtreecommitdiffstats
path: root/photowall/templates/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'photowall/templates/index.html')
-rw-r--r--photowall/templates/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/photowall/templates/index.html b/photowall/templates/index.html
index 9abd15b..56add9f 100644
--- a/photowall/templates/index.html
+++ b/photowall/templates/index.html
@@ -27,7 +27,7 @@
{% else %}
<section id="content" class="body">
<h2>Pages</h2>
- {% for page in PAGES %}
+ {% for page in pages %}
<li><a href="{{ SITEURL }}/{{ page.url }}">{{ page.title }}</a></li>
{% endfor %}
</section>