Add an empty footer, to allow settings custom piwik like script per instance

This commit is contained in:
Yohan Boniface 2013-05-28 09:28:04 +02:00
parent 14e42515cd
commit 2810f3fa7c
2 changed files with 3 additions and 0 deletions

View file

@ -70,5 +70,8 @@
D.Event.on('.more_button', 'click', getMore);
</script>
{% endblock %}
{% block footer %}
{% include "umap/footer.html" %}
{% endblock footer %}
</body>
</html>

View file