--- a/app/soc/templates/soc/user/edit_profile.html Sat Mar 21 13:06:32 2009 +0000
+++ b/app/soc/templates/soc/user/edit_profile.html Sat Mar 21 13:07:12 2009 +0000
@@ -12,15 +12,19 @@
See the License for the specific language governing permissions and
limitations under the License.
{% endcomment %}
+
{% load forms_helpers %}
+
{% block page_title %}User Profile{% endblock %}
+
{% block header_title %}
{% if user %}
-Modify Existing User Profile for {{ user.name }} <a href="mailto:{{ account.email }} "><{{ account.email }}></a>
+Modify Existing User Profile for {{ user.name }} ({% as_email account %})</a>
{% else %}
-Create a New User Profile for <a href="mailto:{{ account.email }} "><{{ account.email }}></a>
+Create a New User Profile for {% as_email account %}</a>
{% endif %}
{% endblock %}
+
{% block body %}
<p>
<p>