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