forked from extern/django-helpdesk
Merge pull request #9 from alligatorbait/include_js
base_js.html moved to load before code using the resource.
This commit is contained in:
commit
8a27d9bbc2
@ -11,6 +11,7 @@
|
|||||||
|
|
||||||
{% include 'helpdesk/base-head.html' %}
|
{% include 'helpdesk/base-head.html' %}
|
||||||
{% block helpdesk_head %}{% endblock %}
|
{% block helpdesk_head %}{% endblock %}
|
||||||
|
{% include 'helpdesk/base_js.html' %}
|
||||||
|
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
@ -44,8 +45,6 @@
|
|||||||
|
|
||||||
{% include "helpdesk/debug.html" %}
|
{% include "helpdesk/debug.html" %}
|
||||||
|
|
||||||
|
|
||||||
{% include 'helpdesk/base_js.html' %}
|
|
||||||
{% block helpdesk_js %}{% endblock %}
|
{% block helpdesk_js %}{% endblock %}
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
|
Loading…
Reference in New Issue
Block a user