Add an empty footer, to allow settings custom piwik like script per instance
This commit is contained in:
parent
14e42515cd
commit
2810f3fa7c
2 changed files with 3 additions and 0 deletions
|
@ -70,5 +70,8 @@
|
|||
D.Event.on('.more_button', 'click', getMore);
|
||||
</script>
|
||||
{% endblock %}
|
||||
{% block footer %}
|
||||
{% include "umap/footer.html" %}
|
||||
{% endblock footer %}
|
||||
</body>
|
||||
</html>
|
||||
|
|
0
umap/templates/umap/footer.html
Normal file
0
umap/templates/umap/footer.html
Normal file
Loading…
Reference in a new issue