Add open graph tags to event pages

This commit is contained in:
Raphael Michel
2019-05-16 11:30:25 +02:00
parent c7774dfdb8
commit 45e98546d6
2 changed files with 15 additions and 0 deletions

View File

@@ -11,6 +11,7 @@
{% if event.settings.meta_noindex %}
<meta name="robots" content="noindex, nofollow">
{% endif %}
{{ block.super }}
{% endblock %}
{% block above %}
<script type="text/javascript" src="{% static "pretixpresale/js/ui/iframe.js" %}"></script>