Show collapsed cart on voucher redemption page

This commit is contained in:
Raphael Michel
2021-04-17 13:46:29 +02:00
parent 3ea1a92716
commit 95d19dc656
4 changed files with 76 additions and 63 deletions

View File

@@ -9,6 +9,10 @@
{% block title %}{% trans "Voucher redemption" %}{% endblock %}
{% block content %}
{% if show_cart %}
{% include "pretixpresale/event/fragment_cart_box.html" with open=request.GET.show_cart %}
{% endif %}
<h2>{% trans "Voucher redemption" %}</h2>
{% if subevent %}