mirror of
https://github.com/pretix/pretix.git
synced 2026-05-05 15:14:04 +00:00
Provide a new API for plugins to add HTML to the <head> of the site
This commit is contained in:
@@ -17,6 +17,7 @@
|
||||
<script type="text/javascript" src="{% static "pretixcontrol/js/sb-admin-2.js" %}"></script>
|
||||
<script type="text/javascript" src="{% static "pretixcontrol/js/ui/main.js" %}"></script>
|
||||
{% endcompress %}
|
||||
{{ html_head|safe }}
|
||||
</head>
|
||||
<body>
|
||||
<div id="#wrapper">
|
||||
|
||||
Reference in New Issue
Block a user