Comment out GMaps support in Organization home page template.
--- 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 @@
</span>
{% endif %}
{% endblock %}
-
{% block home_extras %}
-{% comment %}
-{{ org_map_data }}
{% for list_number in list.lists %}
<p>
{% include list.nextList %}
</p>
{% endfor %}
-{% endcomment %}
+{% comment %}
<div id="org_home_extras">
<div id="extras_left">
{% for list_number in list.lists %}
@@ -61,4 +58,5 @@
{% endif %}
</div>
</div>
+{% endcomment %}
{% endblock %}