Comment out GMaps support in Organization home page template.
authorPawel Solyga <Pawel.Solyga@gmail.com>
Thu, 04 Jun 2009 20:46:37 +0200
changeset 2389 4bfa82f58f4a
parent 2387 eb9fe68e2a78
child 2390 723dfa4811e8
Comment out GMaps support in Organization home page template.
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 @@
 </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 %}