summaryrefslogtreecommitdiff
path: root/templates/news/list.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/news/list.html')
-rw-r--r--templates/news/list.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/news/list.html b/templates/news/list.html
index 86277666..0edaae1d 100644
--- a/templates/news/list.html
+++ b/templates/news/list.html
@@ -9,7 +9,7 @@
{% endif %}
<h2 class="title">News Updates</h2>
<table class="results" width="100%">
- {% for item in news %}
+ {% for item in news_list %}
<tr class="{% cycle pkgr2,pkgr1 %}">
<td>{{ item.postdate }}</td>
<td><a href="{{ item.get_absolute_url }}">{{ item.title }}</a></td>