# HG changeset patch # User Pawel Solyga # Date 1244141197 -7200 # Node ID 4bfa82f58f4ac164ce2b623ff2761e309add25df # Parent eb9fe68e2a787ea0129e616863f0e1b1673bb3c8 Comment out GMaps support in Organization home page template. diff -r eb9fe68e2a78 -r 4bfa82f58f4a app/soc/templates/soc/organization/home.html --- a/app/soc/templates/soc/organization/home.html Thu Jun 04 20:38:32 2009 +0200 +++ b/app/soc/templates/soc/organization/home.html Thu Jun 04 20:46:37 2009 +0200 @@ -37,16 +37,13 @@ {% endif %} {% endblock %} - {% block home_extras %} -{% comment %} -{{ org_map_data }} {% for list_number in list.lists %}

{% include list.nextList %}

{% endfor %} -{% endcomment %} +{% comment %}
{% for list_number in list.lists %} @@ -61,4 +58,5 @@ {% endif %}
+{% endcomment %} {% endblock %}