Add tota11y to base.html

This commit is contained in:
Adam Dobrawy 2017-08-13 23:25:39 +02:00 committed by GitHub
parent e4d94b52d5
commit 9f03ce7cc1

View File

@ -100,6 +100,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>