app/soc/templates/soc/group/profile/edit.html
changeset 360 5ad9cabb5892
parent 344 d135c8c09967
child 374 9363b9dc2983
--- a/app/soc/templates/soc/group/profile/edit.html	Thu Oct 16 16:05:08 2008 +0000
+++ b/app/soc/templates/soc/group/profile/edit.html	Thu Oct 16 17:30:58 2008 +0000
@@ -18,17 +18,17 @@
 {% endblock %}
 
 {% block page_title %}
-{% if existing_group %}
-Site: Modify Existing {{ group_type }}
+{% if existing_entity %}
+Site: Modify Existing {{ entity_type }}
 {% else %}
-Site: Create New {{ group_type }}
+Site: Create New {{ entity_type }}
 {% endif %}
 {% endblock %}
 {% block header_title %}
-{% if existing_group %}
-Modify Existing {{ group_type }}
+{% if entity %}
+Modify Existing {{ entity_type }}
 {% else %}
-Create a New {{ group_type }}
+Create a New {{ entity_type }}
 {% endif %}
 {% endblock %}
 
@@ -36,7 +36,7 @@
 <p>
 <p>
 {% block instructions %}
-Please use this form to alter {{ group_type }} details.
+Please use this form to alter {{ entity_type }} details.
 {% endblock %}
 </p>
 <form method="POST">