Fix markup of error template (#6265)

This commit is contained in:
luelista
2026-06-10 14:16:46 +02:00
committed by GitHub
parent 07d27e66d1
commit 784577d86f

View File

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