Make sure jQuery is loaded during debugging.

This commit is contained in:
A. Svensson 2015-05-19 20:10:59 +02:00
parent a13d8abf12
commit 89a6070b59

View File

@ -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>