Make sure jQuery is loaded during debugging.
This commit is contained in:
parent
a13d8abf12
commit
89a6070b59
@ -49,5 +49,10 @@
|
||||
</span>
|
||||
</p>
|
||||
</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>
|
||||
</html>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user