app/soc/templates/soc/role/edit.html
changeset 2939 415a7c2866fd
parent 2801 0ee67cc9bd20
child 3093 d1be59b6b627
equal deleted inserted replaced
2938:062d5ddb15b7 2939:415a7c2866fd
    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-090825.js"></script>
    21 	<script type="text/javascript" src="/soc/content/js/map-090917.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 %}