--- 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 }} "><{{ user.email }}></a>
+{% else %}
+Create a New User Profile for <a href="mailto:{{ user.email }} "><{{ user.email }}></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 %}