diff -r 1c96c36b58db -r d135c8c09967 app/soc/templates/soc/group/profile/edit.html --- a/app/soc/templates/soc/group/profile/edit.html Wed Oct 15 20:10:07 2008 +0000 +++ b/app/soc/templates/soc/group/profile/edit.html Wed Oct 15 20:24:02 2008 +0000 @@ -19,16 +19,16 @@ {% block page_title %} {% if existing_group %} -Site: Modify Existing {% if group_type %}{{ group_type }}{% else %}Group{% endif %} +Site: Modify Existing {{ group_type }} {% else %} -Site: Create New {% if group_type %}{{ group_type }}{% else %}Group{% endif %} +Site: Create New {{ group_type }} {% endif %} {% endblock %} {% block header_title %} {% if existing_group %} -Modify Existing {% if group_type %}{{ group_type }}{% else %}Group{% endif %} +Modify Existing {{ group_type }} {% else %} -Create a New {% if group_type %}{{ group_type }}{% else %}Group{% endif %} +Create a New {{ group_type }} {% endif %} {% endblock %} @@ -36,7 +36,7 @@

{% block instructions %} -Please use this form to alter {% if group_type %}{{ group_type }}{% else %}Group{% endif %} details. +Please use this form to alter {{ group_type }} details. {% endblock %}