app/soc/templates/soc/user/lookup.html
changeset 546 850d9a5ad894
parent 529 7c5ec72cdcf1
child 1457 9fd31955cc49
--- a/app/soc/templates/soc/user/lookup.html	Sat Nov 22 08:44:54 2008 +0000
+++ b/app/soc/templates/soc/user/lookup.html	Sat Nov 22 08:55:55 2008 +0000
@@ -46,7 +46,7 @@
 {% if found_user %}
  <tr>
   <td class="formfieldlabel">Public name</td>
-  <td>{{ found_user.public_name }}</td>
+  <td>{{ found_user.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.public_name }}.</a>
+    <a href="{{ edit_link }}">Edit the User profile of {{ found_user.name }}.</a>
    </td>
   </tr>
 {% endif %}