app/soc/templates/soc/user/profile/edit.html
changeset 98 b2b823466a8b
parent 85 426b4ca2a72a
child 99 8c38b546a3cf
--- a/app/soc/templates/soc/user/profile/edit.html	Wed Aug 20 18:36:55 2008 +0000
+++ b/app/soc/templates/soc/user/profile/edit.html	Wed Aug 20 21:59:00 2008 +0000
@@ -14,10 +14,19 @@
 {% endcomment %}
 {% load forms_helpers %}
 {% block page_title %}User Profile{% endblock %}
-{% block header_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>
+{% else %}
+Create a New User Profile for <a href="mailto:{{ user.email }} ">&lt;{{ user.email }}&gt;</a>
+{% endif %}
+{% endblock %}
 {% block body %}
 <p>
 <p>
+{% if submit_message %}<h3>{{ submit_message }}</h3>{% endif %}
+</p>
+<p>
 {% block instructions %}
 Please use this form to set basic site-wide settings for your participation in Google Open Source Programs.
 {% endblock %}