--- a/app/soc/templates/soc/list/main.html Thu Mar 12 13:36:36 2009 +0000
+++ b/app/soc/templates/soc/list/main.html Thu Mar 12 13:37:26 2009 +0000
@@ -8,7 +8,7 @@
<tr><td colspan="9"><span class="disabled">(None)</span></td></tr>
{% else %}
{% include list.heading %}
- {% for _ in list.rows %}
+ {% for row_number in list.rows %}
{% include list.nextRow %}
{% endfor %}
{% endif %}
--- a/app/soc/templates/soc/models/list.html Thu Mar 12 13:36:36 2009 +0000
+++ b/app/soc/templates/soc/models/list.html Thu Mar 12 13:37:26 2009 +0000
@@ -17,7 +17,7 @@
{% if list.empty %}
{{ no_lists_msg }}
{% endif %}
-{% for _ in list.lists %}
+{% for list_number in list.lists %}
<p>
{% include list.nextList %}
</p>