allow custom headers in error base template

This commit is contained in:
Mira Weller
2025-10-24 12:04:03 +02:00
parent 40db7d939f
commit 11acd4ca53

View File

@@ -11,6 +11,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta charset="utf-8">
<link rel="icon" href="{% static "pretixbase/img/favicon.ico" %}">
{% block custom_header %}{% endblock %}
</head>
<body>
<div class="container">