From 0bca23cca46851381b275f42e6358e96bf33d915 Mon Sep 17 00:00:00 2001 From: Yohan Boniface Date: Fri, 20 May 2016 11:11:31 +0200 Subject: [PATCH] Put back bottom_js block removed by mistake --- umap/templates/base.html | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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" %}