diff --git a/umap/templates/base.html b/umap/templates/base.html index 65938cbc..b4883387 100644 --- a/umap/templates/base.html +++ b/umap/templates/base.html @@ -24,10 +24,12 @@ {% block header %} - {% endblock %} + {% endblock header %} {% block content %} - {% endblock %} + {% endblock content %} + {% block bottom_js %} + {% endblock bottom_js %} {% block footer %} {% include "umap/footer.html" %}