app/soc/templates/soc/organization/home.html
changeset 2697 91f495e886f8
parent 2696 c76c9c5916bd
child 2699 3b11f9c24d65
equal deleted inserted replaced
2696:c76c9c5916bd 2697:91f495e886f8
    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-090420.js"></script>
    20 	<script type="text/javascript" src="/soc/content/js/map-090730.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 %}