Fix outside of body script element

Signed-off-by: Christian Kohlstedde <christian@kohlsted.de>
This commit is contained in:
Christian Kohlstedde
2018-09-20 10:00:55 +02:00
parent 06d9c48ed4
commit 2bd53f7b9f

View File

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