--- 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"> </td>
<td class="formfieldhelptext"> </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 %}