From 2810f3fa7c6f70128f6b4446b8343e5a9b5e7317 Mon Sep 17 00:00:00 2001 From: Yohan Boniface Date: Tue, 28 May 2013 09:28:04 +0200 Subject: [PATCH] Add an empty footer, to allow settings custom piwik like script per instance --- umap/templates/base.html | 3 +++ umap/templates/umap/footer.html | 0 2 files changed, 3 insertions(+) create mode 100644 umap/templates/umap/footer.html diff --git a/umap/templates/base.html b/umap/templates/base.html index 34642185..611364cb 100644 --- a/umap/templates/base.html +++ b/umap/templates/base.html @@ -70,5 +70,8 @@ D.Event.on('.more_button', 'click', getMore); {% endblock %} + {% block footer %} + {% include "umap/footer.html" %} + {% endblock footer %} diff --git a/umap/templates/umap/footer.html b/umap/templates/umap/footer.html new file mode 100644 index 00000000..e69de29b