forked from CGM_Public/pretix_original
Make microdata XSS-safe and subevent-aware
This commit is contained in:
@@ -8,6 +8,12 @@
|
||||
{% block title %}{% trans "Presale" %}{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
|
||||
{% autoescape off %}
|
||||
<script type="application/ld+json">
|
||||
{{ ev.event_microdata }}
|
||||
</script>
|
||||
{% endautoescape %}
|
||||
{% if show_cart %}
|
||||
<div class="panel panel-primary cart">
|
||||
<div class="panel-heading">
|
||||
|
||||
Reference in New Issue
Block a user