Fix #155 -- Remove javascript URIs for CSP (#261)

* remove javascript URIs for CSP

#155

* remove javascript URIs for CSP
Issue 155

Combining js error handling files.
This commit is contained in:
FlaviaBastos
2016-10-05 10:17:54 -06:00
committed by Raphael Michel
parent 689f78d03b
commit 5e3a8325ca
7 changed files with 19 additions and 13 deletions

View File

@@ -16,4 +16,5 @@
{% block content %}{% endblock %}
</div>
</body>
<script src="{% static "pretixbase/js/errors.js" %}"></script>
</html>