diff --git a/apps/map/templates/map/detail.html b/apps/map/templates/map/detail.html index 860aef2..2e04fca 100644 --- a/apps/map/templates/map/detail.html +++ b/apps/map/templates/map/detail.html @@ -27,33 +27,6 @@ body { font-size: 16px; } display: block; } -.footer { - background-color: #444; - color: #ddd; - padding-top: 1em; - margin-top: 5em; -} - -.linklist { - list-style-type: none; - text-align: right; - margin-left: 0; - padding-left: 0; -} - -.linklist a { - color: #ddd; - text-decoration: underline; -} - -.linklist a:hover { - color: #bbb; -} - -.linklist-item--spacer { - margin-top: 1em; -} - dt { font-weight: bold; } dd { margin-left: 2em; } dd ul { padding-left: 0; margin-left: 0; } @@ -544,20 +517,6 @@ dd ul { padding-left: 0; margin-left: 0; } - - {% endblock %} {% block scripts %} diff --git a/apps/map/templates/map/index.html b/apps/map/templates/map/index.html index f57edbb..dd0b660 100644 --- a/apps/map/templates/map/index.html +++ b/apps/map/templates/map/index.html @@ -42,6 +42,9 @@ html, body, #main {
{% endblock %} +{% block footer %} +{% endblock %} + {% block scripts %} {% leaflet_map "main" callback="main_app_init" creatediv=False %} {% leaflet_js %} diff --git a/ojusomap/templates/base.html b/ojusomap/templates/base.html index ec11487..8c79a51 100644 --- a/ojusomap/templates/base.html +++ b/ojusomap/templates/base.html @@ -17,13 +17,42 @@ {# Additional Stylesheets #} {% block stylesheets %} - + {% endblock %} @@ -73,17 +102,34 @@ {% if messages %} - {% for message in messages %} - - {% endfor %} + {% for message in messages %} + + {% endfor %} {% endif %} + {% block content %} - {% endblock %} + {% endblock %} + + {% block footer %} + + {% endblock %} {# CDN Javascript #}