diff -r 1c96c36b58db -r d135c8c09967 app/soc/templates/soc/group/profile/public.html --- a/app/soc/templates/soc/group/profile/public.html Wed Oct 15 20:10:07 2008 +0000 +++ b/app/soc/templates/soc/group/profile/public.html Wed Oct 15 20:24:02 2008 +0000 @@ -13,9 +13,9 @@ limitations under the License. {% endcomment %} {% load forms_helpers %} -{% block page_title %}{% if group_type %}{{ group_type }}{% else %}Group{% endif %} Public Profile{% endblock %} +{% block page_title %}{{ group_type }} Public Profile{% endblock %} {% block header_title %} -{% if group_type %}{{ group_type }}{% else %}Group{% endif %} Public Profile for {{ link_name_group.name }} +{{ group_type }} Public Profile for {{ link_name_group.name }} {% endblock %} {% block body %}