app/soc/templates/soc/organization/home.html
changeset 2699 3b11f9c24d65
parent 2697 91f495e886f8
child 2714 f1e2afcde89f
equal deleted inserted replaced
2698:5783338b2c8d 2699:3b11f9c24d65
    47   {% for list_number in list.lists %}
    47   {% for list_number in list.lists %}
    48   <p>
    48   <p>
    49     {% include list.nextList %}
    49     {% include list.nextList %}
    50   </p>
    50   </p>
    51   {% endfor %}
    51   {% endfor %}
    52 {% comment %}
       
    53  {% if gmaps_api_key %}
    52  {% if gmaps_api_key %}
    54    <div id="org_home_map"></div>
    53    <div id="org_home_map"></div>
    55  {% endif %}
    54  {% endif %}
    56 {% endcomment %}
       
    57 </div>
    55 </div>
    58 {% endblock %}
    56 {% endblock %}