app/soc/templates/soc/role/edit.html
changeset 2697 91f495e886f8
parent 2251 2d286b2419d1
child 2698 5783338b2c8d
equal deleted inserted replaced
2696:c76c9c5916bd 2697:91f495e886f8
    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-090420.js"></script>
    21 	<script type="text/javascript" src="/soc/content/js/map-090730.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 %}