diff --git a/umap/templates/base.html b/umap/templates/base.html index 346421856927d37b77ec26fea80780423b0e37d2..611364cb1025a8f41d39bfe0cf41fd25ac3ff2a5 100644 --- a/umap/templates/base.html +++ b/umap/templates/base.html @@ -70,5 +70,8 @@ D.Event.on('.more_button', 'click', getMore); </script> {% endblock %} + {% block footer %} + {% include "umap/footer.html" %} + {% endblock footer %} </body> </html> diff --git a/umap/templates/umap/footer.html b/umap/templates/umap/footer.html new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391