app/soc/templates/soc/role/edit.html
changeset 2251 2d286b2419d1
parent 1719 328db0964f86
child 2697 91f495e886f8
equal deleted inserted replaced
2250:a172051d9b99 2251:2d286b2419d1
    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&amp;v=2&amp;key={{ gmaps_api_key }}" type="text/javascript"></script>
    20 	<script src="http://maps.google.com/maps?file=api&amp;v=2&amp;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 %}