app/soc/templates/soc/club_admin/public.html
changeset 1174 7316a2989134
parent 1132 046668855732
--- a/app/soc/templates/soc/club_admin/public.html	Mon Feb 02 10:10:39 2009 +0000
+++ b/app/soc/templates/soc/club_admin/public.html	Mon Feb 02 10:15:07 2009 +0000
@@ -22,7 +22,7 @@
 <p>
  <table>
   {% readonly_field_as_table_row entity.fields.link_id.label entity.link_id %}
-  {% readonly_field_as_table_row entity.user.fields.public_name.label entity.user.public_name %}
+  {% readonly_field_as_table_row entity.user.fields.name.label entity.user.name %}
   {% readonly_field_as_table_row entity.fields.im_handle.label entity.im_handle %}
   {% readonly_field_as_table_row entity.fields.res_country.label entity.res_country %}
  </table>