Fix markup of error template

This commit is contained in:
luelista
2026-06-09 18:45:47 +02:00
committed by GitHub
parent 07d27e66d1
commit dac3230930
+1 -1
View File
@@ -20,6 +20,6 @@
<div class="container">
{% block content %}{% endblock %}
</div>
</body>
<script src="{% static "pretixbase/js/errors.js" %}"></script>
</body>
</html>