app/soc/templates/soc/organization/home.html
changeset 2389 4bfa82f58f4a
parent 2383 6ca37aa4c33e
child 2696 c76c9c5916bd
equal deleted inserted replaced
2387:eb9fe68e2a78 2389:4bfa82f58f4a
    35 <br /><span class="error">Google Maps API key not present.
    35 <br /><span class="error">Google Maps API key not present.
    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 
       
    41 {% block home_extras %}
    40 {% block home_extras %}
    42 {% comment %}
       
    43 {{ org_map_data }}
       
    44 {% for list_number in list.lists %}
    41 {% for list_number in list.lists %}
    45 <p>
    42 <p>
    46   {% include list.nextList %}
    43   {% include list.nextList %}
    47 </p>
    44 </p>
    48 {% endfor %}
    45 {% endfor %}
    49 {% endcomment %}
    46 {% comment %}
    50 <div id="org_home_extras">
    47 <div id="org_home_extras">
    51  <div id="extras_left">
    48  <div id="extras_left">
    52   {% for list_number in list.lists %}
    49   {% for list_number in list.lists %}
    53   <p>
    50   <p>
    54     {% include list.nextList %}
    51     {% include list.nextList %}
    59   {% if gmaps_api_key %}
    56   {% if gmaps_api_key %}
    60     <div id="org_home_map"></div>
    57     <div id="org_home_map"></div>
    61   {% endif %}
    58   {% endif %}
    62  </div>
    59  </div>
    63 </div>
    60 </div>
       
    61 {% endcomment %}
    64 {% endblock %}
    62 {% endblock %}