Put back bottom_js block removed by mistake
This commit is contained in:
parent
2f77c08465
commit
0bca23cca4
1 changed files with 4 additions and 2 deletions
|
@ -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" %}
|
||||
|
|
Loading…
Reference in a new issue