app/soc/templates/soc/organization/home.html
changeset 2939 415a7c2866fd
parent 2801 0ee67cc9bd20
child 3093 d1be59b6b627
equal deleted inserted replaced
2938:062d5ddb15b7 2939:415a7c2866fd
    15 
    15 
    16 {% block scripts %}
    16 {% block scripts %}
    17 {{ block.super }}
    17 {{ block.super }}
    18 {% if gmaps_api_key %}
    18 {% if gmaps_api_key %}
    19 	<script src="http://maps.google.com/maps?file=api&amp;v=2&amp;key={{ gmaps_api_key }}" type="text/javascript"></script>
    19 	<script src="http://maps.google.com/maps?file=api&amp;v=2&amp;key={{ gmaps_api_key }}" type="text/javascript"></script>
    20 	<script type="text/javascript" src="/soc/content/js/map-090825.js"></script>
    20 	<script type="text/javascript" src="/soc/content/js/map-090917.js"></script>
    21 {% endif %}
    21 {% endif %}
    22 {% endblock %}
    22 {% endblock %}
    23 
    23 
    24 {% block body_tag %}
    24 {% block body_tag %}
    25   {% if gmaps_api_key %}
    25   {% if gmaps_api_key %}