Files @ e76bd363319a
Branch filter:

Location: CopyleftConf/copyleftconf-website/pinaxcon/templates/_scripts.html

Brett Smith
settings: Remove development note.
1
2
3
4
5
6
7
8
9
{% load compress %}
{% load staticfiles %}

<script src="//cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.js"></script>

{% compress js %}
  <script src='{% static "bootstrap/javascripts/bootstrap.min.js" %}'></script>
  <script src='{% static "js/site.js" %}'></script>
{% endcompress %}