]> jfr.im git - irc/freenode/web-7.0.git/blobdiff - templates/artlist.html
Continue
[irc/freenode/web-7.0.git] / templates / artlist.html
index edbae504ad28bfe4ad8a9cd180781dcb2c60981c..f50072c770bfaefb8dbaf9427a1d3a524325bfc0 100644 (file)
@@ -1,6 +1,6 @@
 {% extends "base.html" %}
 {% block content %}
-{% for articles = get_module("news").articles %}
+{% with articles = get_module("news").articles %}
 <div class="art">
     <p><a href="{{ link }}"><b class="art">{{ Title }}</b></a>&nbsp;
     <span class="art-date">{{ Date }} by {{ Author }}</span></p>