Put back bottom_js block removed by mistake

This commit is contained in:
Yohan Boniface 2016-05-20 11:11:31 +02:00
parent 2f77c08465
commit 0bca23cca4

View file

@ -24,10 +24,12 @@
<body class="{% block body_class %}{% endblock %}">
{% block header %}
{% endblock %}
{% endblock header %}
{% block content %}
{% endblock %}
{% endblock content %}
{% block bottom_js %}
{% endblock bottom_js %}
{% block footer %}
{% include "umap/footer.html" %}