app/soc/templates/soc/user/lookup.html
changeset 529 7c5ec72cdcf1
parent 512 aae25d2b4464
child 546 850d9a5ad894
--- a/app/soc/templates/soc/user/lookup.html	Thu Nov 20 23:51:45 2008 +0000
+++ b/app/soc/templates/soc/user/lookup.html	Fri Nov 21 07:07:55 2008 +0000
@@ -45,8 +45,8 @@
   {% field_as_table_row form.link_id %}
 {% if found_user %}
  <tr>
-  <td class="formfieldlabel">Nick name</td>
-  <td>{{ found_user.nick_name }}</td>
+  <td class="formfieldlabel">Public name</td>
+  <td>{{ found_user.public_name }}</td>
   <td class="formfieldrequired">&nbsp;</td>
   <td class="formfieldhelptext">&nbsp;</td>
  </tr>
@@ -88,7 +88,7 @@
   </tr>
   <tr>
    <td colspan="4">
-    <a href="{{ edit_link }}">Edit the User profile of {{ found_user.nick_name }}.</a>
+    <a href="{{ edit_link }}">Edit the User profile of {{ found_user.public_name }}.</a>
    </td>
   </tr>
 {% endif %}