app/soc/templates/soc/organization/home.html
changeset 2714 f1e2afcde89f
parent 2699 3b11f9c24d65
child 2801 0ee67cc9bd20
equal deleted inserted replaced
2713:ee7eb60b4fd3 2714:f1e2afcde89f
    36 Please insert your key in <a href="/site/edit">Site Settings</a>, Google Maps field.
    36 Please insert your key in <a href="/site/edit">Site Settings</a>, Google Maps field.
    37 </span>
    37 </span>
    38 {% endif %}
    38 {% endif %}
    39 {% endblock %}
    39 {% endblock %}
    40 {% block home_extras %}
    40 {% block home_extras %}
    41 {% for list_number in list.lists %}
       
    42 <p>
       
    43   {% include list.nextList %}
       
    44 </p>
       
    45 {% endfor %}
       
    46 <div id="org_home_extras">
    41 <div id="org_home_extras">
    47   {% for list_number in list.lists %}
    42   {% for list_number in list.lists %}
    48   <p>
    43   <p>
    49     {% include list.nextList %}
    44     {% include list.nextList %}
    50   </p>
    45   </p>
    51   {% endfor %}
    46   {% endfor %}
    52  {% if gmaps_api_key %}
    47 
    53    <div id="org_home_map"></div>
    48   {% if gmaps_api_key and org_map_data %}
    54  {% endif %}
    49     <div id="org_home_map"></div>
       
    50   {% endif %}
    55 </div>
    51 </div>
    56 {% endblock %}
    52 {% endblock %}