Add footer block to all pages by default

This commit is contained in:
2018-04-14 21:46:01 +10:00
parent adbd550239
commit b424c06602
3 changed files with 65 additions and 57 deletions

View File

@ -42,6 +42,9 @@ html, body, #main {
<div id="modals"></div>
{% endblock %}
{% block footer %}
{% endblock %}
{% block scripts %}
{% leaflet_map "main" callback="main_app_init" creatediv=False %}
{% leaflet_js %}