equal
deleted
inserted
replaced
16 |
16 |
17 {% block scripts %} |
17 {% block scripts %} |
18 {{ block.super }} |
18 {{ block.super }} |
19 {% if gmaps_api_key %} |
19 {% if gmaps_api_key %} |
20 <script src="http://maps.google.com/maps?file=api&v=2&key={{ gmaps_api_key }}" type="text/javascript"></script> |
20 <script src="http://maps.google.com/maps?file=api&v=2&key={{ gmaps_api_key }}" type="text/javascript"></script> |
21 <script type="text/javascript" src="/soc/content/js/map-090307.js"></script> |
21 <script type="text/javascript" src="/soc/content/js/map-090420.js"></script> |
22 {% endif %} |
22 {% endif %} |
23 {% endblock %} |
23 {% endblock %} |
24 |
24 |
25 {% block body_tag %} |
25 {% block body_tag %} |
26 {% if gmaps_api_key %} |
26 {% if gmaps_api_key %} |