app/soc/templates/soc/organization/public.html
changeset 2159 a1f1eaaf458b
parent 1693 c5691230da01
--- a/app/soc/templates/soc/organization/public.html	Sat Apr 11 17:40:41 2009 +0000
+++ b/app/soc/templates/soc/organization/public.html	Sat Apr 11 22:57:23 2009 +0000
@@ -17,7 +17,7 @@
 {% block header_title %}
 {{ page_name }} for {{ entity.name }}
 {% if entity.home %}
-<a href="/{{ entity_type_url }}/home/{{ entity.key.name }}">(Home Page)</a>
+<a href="/{{ entity_type_url }}/home/{{ entity.key.id_or_name }}">(Home Page)</a>
 {% endif %}
 {% endblock %}