Make sure jQuery is loaded during debugging.
This commit is contained in:
parent
a13d8abf12
commit
89a6070b59
@ -49,5 +49,10 @@
|
|||||||
</span>
|
</span>
|
||||||
</p>
|
</p>
|
||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
|
{# jQuery is needed in debug mode for django debug toolbar #}
|
||||||
|
{% if debug %}
|
||||||
|
<script type="text/javascript" src="{% static 'js/jquery.min.js' %}"></script>
|
||||||
|
{% endif %}
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user