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