Error pages: Load event theme if available (Z#23224853) (#5972)

This commit is contained in:
Raphael Michel
2026-03-09 20:11:01 +01:00
committed by GitHub
parent 547910beec
commit e6ea8fb5bf

View File

@@ -12,6 +12,9 @@
<meta charset="utf-8">
<link rel="icon" href="{% static "pretixbase/img/favicon.ico" %}">
{% block custom_header %}{% endblock %}
{% if css_theme %}
<link rel="stylesheet" type="text/css" href="{{ css_theme }}" />
{% endif %}
</head>
<body>
<div class="container">