app/soc/templates/soc/presence/public.html
changeset 2159 a1f1eaaf458b
parent 1587 7a61eff82b9d
--- a/app/soc/templates/soc/presence/public.html	Sat Apr 11 17:40:41 2009 +0000
+++ b/app/soc/templates/soc/presence/public.html	Sat Apr 11 22:57:23 2009 +0000
@@ -23,11 +23,11 @@
  <table>
   {% readonly_field_as_table_row entity.fields.link_id.label entity.link_id %}
   {% if entity.home %}
-  {% readonly_field_as_table_row entity.fields.home.label entity.home.key.name %}
+  {% readonly_field_as_table_row entity.fields.home.label entity.home.key.id_or_name %}
   {% endif %}
   {% readonly_url_field_as_table_row entity.fields.feed_url.label entity.feed_url %}
   {% if entity.tos %}
-    {% readonly_field_as_table_row entity.fields.tos.label entity.tos.key.name %}
+    {% readonly_field_as_table_row entity.fields.tos.label entity.tos.key.id_or_name %}
   {% endif %}
   <!-- TODO(pawel.solyga) make this generic -->
  </table>