Allow to enter a voucher before choosing a subevent

This commit is contained in:
Raphael Michel
2021-03-29 11:04:57 +02:00
parent 127c44d699
commit 2b660ccbf7
7 changed files with 49 additions and 17 deletions

View File

@@ -101,6 +101,12 @@
{{ frontpage_text|rich_text }}
</div>
{% endif %}
{% if request.GET.voucher %}
<div class="alert alert-info">
{% trans "Please select a date to redeem your voucher." %}
</div>
{% endif %}
{% endif %}
{% if subevent and "year" not in request.GET %}