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

@@ -44,6 +44,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-datetimeformat="{{ js_datetime_format }}" data-timeformat="{{ js_time_format }}" data-dateformat="{{ js_date_format }}" data-datetimelocale="{{ js_locale }}" data-payment-weekdays-disabled="{{ js_payment_weekdays_disabled }}">
<div id="wrapper">