app/soc/templates/soc/user/edit_self.html
changeset 546 850d9a5ad894
parent 529 7c5ec72cdcf1
child 549 00a9ce3dc082
--- a/app/soc/templates/soc/user/edit_self.html	Sat Nov 22 08:44:54 2008 +0000
+++ b/app/soc/templates/soc/user/edit_self.html	Sat Nov 22 08:55:55 2008 +0000
@@ -16,7 +16,7 @@
 {% block page_title %}User Profile{% endblock %}
 {% block header_title %}
 {% if user %}
-Modify Existing User Profile for {{ user.public_name }} <a href="mailto:{{ account.email }} ">&lt;{{ account.email }}&gt;</a>
+Modify Existing User Profile for {{ user.name }} <a href="mailto:{{ account.email }} ">&lt;{{ account.email }}&gt;</a>
 {% else %}
 Create a New User Profile for <a href="mailto:{{ account.email }} ">&lt;{{ account.email }}&gt;</a>
 {% endif %}
@@ -30,7 +30,7 @@
 </p>
 <form method="POST">
  <table>
-  {% field_as_table_row form.public_name %}
+  {% field_as_table_row form.name %}
   {% field_as_table_row form.link_id %}
   <tr>
    <td colspan="4">&nbsp;</td>