Add custom_header block to <head> (#561)

This commit is contained in:
Tobias Kunze
2017-07-17 14:52:20 +02:00
committed by Raphael Michel
parent a864dabbaf
commit c2844a8f35
2 changed files with 2 additions and 0 deletions

View File

@@ -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 %}