app/soc/templates/soc/host/public.html
changeset 1132 046668855732
parent 1131 9dd535241841
child 1174 7316a2989134
--- a/app/soc/templates/soc/host/public.html	Sat Jan 31 21:32:29 2009 +0000
+++ b/app/soc/templates/soc/host/public.html	Sat Jan 31 22:23:23 2009 +0000
@@ -23,7 +23,7 @@
  <table>
   {% readonly_field_as_table_row entity.fields.given_name.label entity.given_name %}
   {% readonly_field_as_table_row entity.fields.surname.label entity.surname %}
-  {% readonly_field_as_table_row entity.fields.name_on_certificates.label entity.name_on_certificates %}
+  {% readonly_field_as_table_row entity.user.fields.public_name.label entity.user.public_name %}
   <!-- TODO(pawel.solyga) make this generic -->
  </table>
 </p>