Files @ c4c2379a5e80
Branch filter:

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

Christopher Neugebauer
site.js is now not part of the pipeline
1
2
3
4
5
6
{% load compress %}
{% load staticfiles %}

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