app/soc/templates/soc/user/edit_self.html
changeset 529 7c5ec72cdcf1
parent 512 aae25d2b4464
child 546 850d9a5ad894
--- a/app/soc/templates/soc/user/edit_self.html	Thu Nov 20 23:51:45 2008 +0000
+++ b/app/soc/templates/soc/user/edit_self.html	Fri Nov 21 07:07:55 2008 +0000
@@ -16,7 +16,7 @@
 {% block page_title %}User Profile{% endblock %}
 {% block header_title %}
 {% if user %}
-Modify Existing User Profile for {{ user.nick_name }} <a href="mailto:{{ account.email }} ">&lt;{{ account.email }}&gt;</a>
+Modify Existing User Profile for {{ user.public_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.nick_name %}
+  {% field_as_table_row form.public_name %}
   {% field_as_table_row form.link_id %}
   <tr>
    <td colspan="4">&nbsp;</td>