removed js_block: use page_js or app_js instead

This commit is contained in:
fonfon 2014-11-20 04:35:44 +01:00
parent 2751a8e848
commit e2a867901d
2 changed files with 1 additions and 5 deletions

View File

@ -56,8 +56,7 @@
{% endblock %}
{% block js_block %}
{{ js|safe }}
{% block page_js %}
<script type="text/javascript">
(function($) {

View File

@ -176,9 +176,6 @@
<!-- Local link to system Bootstrap JS -->
<script type="text/javascript" src="{% static 'theme/bootstrap/js/bootstrap.min.js' %}"></script>
{% block js_block %}
{{ js|safe }}
{% endblock %}
{% block app_js %}<!-- placeholder for app-specific js files -->{% endblock %}
{% block page_js %}<!-- placeholder for page-specific js files -->{% endblock %}
</body>