This commit is contained in:
Adam Dobrawy 2018-03-08 09:54:39 +00:00 committed by GitHub
commit 1a8af2918b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -113,6 +113,10 @@
<script src="{% static 'js/project.js' %}"></script>
{% endraw %}{% if cookiecutter.use_compressor == "y" %}{% raw %}{% endcompress %}{% endraw %}{% endif %}{% raw %}
{% if debug %}
<script src="https://cdn.rawgit.com/Khan/tota11y/ce0d19ed/build/tota11y.min.js"></script>
{% endif %}
{% endblock javascript %}
</body>
</html>