diff -r 543f11d7b0e4 -r 6519029b444f app/soc/templates/soc/organization/home.html --- a/app/soc/templates/soc/organization/home.html Tue Apr 21 16:24:13 2009 +0000 +++ b/app/soc/templates/soc/organization/home.html Tue Apr 21 16:24:32 2009 +0000 @@ -13,11 +13,44 @@ limitations under the License. {% endcomment %} -{% block body %} - {{ block.super }} +{% block scripts %} +{{ block.super }} +{% if gmaps_api_key %} + + +{% endif %} +{% endblock %} + +{% block body_tag %} + {% if gmaps_api_key %} + + {% else %} + {{ block.super }} + {% endif %} +{% endblock %} + +{% block instructions %} +{{ block.super }} +{% if not gmaps_api_key %} +
Google Maps API key not present. +Please insert your key in Site Settings, Google Maps field. + +{% endif %} +{% endblock %} + +{% block home_extras %} +
+
{% for list_number in list.lists %}

{% include list.nextList %}

{% endfor %} +
+
+ {% if gmaps_api_key %} +
+ {% endif %} +
+
{% endblock %}