--- a/app/soc/templates/soc/user/profile/edit.html Wed Aug 20 21:59:00 2008 +0000
+++ b/app/soc/templates/soc/user/profile/edit.html Fri Aug 22 13:44:50 2008 +0000
@@ -15,10 +15,10 @@
{% load forms_helpers %}
{% block page_title %}User Profile{% endblock %}
{% block header_title %}
-{% if soc_nick_name %}
-Modify Existing User Profile for {{ soc_nick_name }} <a href="mailto:{{ user.email }} "><{{ user.email }}></a>
+{% if user %}
+Modify Existing User Profile for {{ user.nick_name }} <a href="mailto:{{ id.email }} "><{{ id.email }}></a>
{% else %}
-Create a New User Profile for <a href="mailto:{{ user.email }} "><{{ user.email }}></a>
+Create a New User Profile for <a href="mailto:{{ id.email }} "><{{ id.email }}></a>
{% endif %}
{% endblock %}
{% block body %}