Files @ 532d01dd22df
Branch filter:

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

Brett Smith
templates: Load tags required by previous commit.
1
2
3
4
5
6
7
8
{% load compress %}
{% load staticfiles %}

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