load errors.js as standard and make it coop with async_task_replace_page

This commit is contained in:
Lukas Bockstaller
2026-06-15 11:41:28 +02:00
parent 5a6870fce1
commit 6d405a608f
4 changed files with 18 additions and 5 deletions
-1
View File
@@ -20,6 +20,5 @@
<div class="container">
{% block content %}{% endblock %}
</div>
<script src="{% static "pretixbase/js/errors.js" %}"></script>
</body>
</html>