Merge pull request #1028 from chrko/error_pages_html

Fix outside of body script element
This commit is contained in:
Raphael Michel
2018-09-20 10:08:11 +02:00
committed by GitHub
+1 -1
View File
@@ -16,6 +16,6 @@
<div class="container">
{% block content %}{% endblock %}
</div>
</body>
<script src="{% static "pretixbase/js/errors.js" %}"></script>
</body>
</html>