1
{% load static %}
2
<script type="text/javascript" src="{% static 'hashcut/lib/ZeroClipboard.js' %}"></script>
3
<script type="text/javascript">
4
$(function() {
5
social({
6
swf: "{% static 'hashcut/lib/ZeroClipboard.swf' %}"
7
});
8
})
9
</script>