app/soc/templates/soc/user/profile/edit.html
changeset 99 8c38b546a3cf
parent 98 b2b823466a8b
child 118 d2e61a490969
--- 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 }} ">&lt;{{ user.email }}&gt;</a>
+{% if user %}
+Modify Existing User Profile for {{ user.nick_name }} <a href="mailto:{{ id.email }} ">&lt;{{ id.email }}&gt;</a>
 {% else %}
-Create a New User Profile for <a href="mailto:{{ user.email }} ">&lt;{{ user.email }}&gt;</a>
+Create a New User Profile for <a href="mailto:{{ id.email }} ">&lt;{{ id.email }}&gt;</a>
 {% endif %}
 {% endblock %}
 {% block body %}