app/soc/templates/soc/models/list.html
changeset 539 e30462354e26
parent 518 d9d31d316a74
child 625 ec867361b5ba
--- a/app/soc/templates/soc/models/list.html	Fri Nov 21 23:45:15 2008 +0000
+++ b/app/soc/templates/soc/models/list.html	Fri Nov 21 23:45:37 2008 +0000
@@ -14,16 +14,10 @@
 {% endcomment %}
 {% load forms_helpers %}
 {% block body %}
-<p>
+{% for _ in list.lists %}
 <p>
-{% block instructions %}
-{% if instruction_text %}
-{{ instruction_text }}
-{% else %}
-List of {{ entity_type_plural }} in Google Open Source Programs.
-{% endif %}
+{% include list.next_list %}
+</p>
+{% endfor %}
+
 {% endblock %}
-</p>
-{% include list_main %}
-</p>
-{% endblock %}