app/soc/templates/soc/group/list/all.html
changeset 360 5ad9cabb5892
parent 344 d135c8c09967
child 374 9363b9dc2983
--- a/app/soc/templates/soc/group/list/all.html	Thu Oct 16 16:05:08 2008 +0000
+++ b/app/soc/templates/soc/group/list/all.html	Thu Oct 16 17:30:58 2008 +0000
@@ -14,18 +14,18 @@
 {% endcomment %}
 {% load forms_helpers %}
 {% block page_title %}
-Site: {{ group_type_plural }} List
+Site: {{ entity_type_plural }} List
 {% endblock %}
 {% block header_title %}
-{{ group_type_plural }} List
+{{ entity_type_plural }} List
 {% endblock %}
 {% block body %}
 <p>
 <p>
 {% block instructions %}
-List of {{ group_type_plural }} in Google Open Source Programs.
+List of {{ entity_type_plural }} in Google Open Source Programs.
 {% endblock %}
 </p>
 {% include list_main %}
 </p>
-{% endblock %}
\ No newline at end of file
+{% endblock %}