copyleftconf-website/pinaxcon/templates/_scripts.html

9 lines
266 B
HTML
Raw Permalink Normal View History

{% load compress %}
{% load staticfiles %}
{% compress js %}
<script src='{% static "js/jquery.js" %}'></script>
2017-06-07 22:24:24 +00:00
<script src='{% static "bootstrap/javascripts/bootstrap.min.js" %}'></script>
<script src='{% static "js/site.js" %}'></script>
{% endcompress %}