forked from CGM_Public/pretix_original
Add custom_header block to <head> (#561)
This commit is contained in:
committed by
Raphael Michel
parent
a864dabbaf
commit
c2844a8f35
@@ -34,6 +34,7 @@
|
||||
{{ html_head|safe }}
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<link rel="icon" href="{% static "pretixbase/img/favicon.ico" %}">
|
||||
{% block custom_header %}{% endblock %}
|
||||
</head>
|
||||
<body data-locale="{{ request.LANGUAGE_CODE }}">
|
||||
{% block above %}
|
||||
|
||||
Reference in New Issue
Block a user