forked from CGM_Public/pretix_original
Fix voucher filter
This commit is contained in:
@@ -19,7 +19,7 @@
|
|||||||
<option value="v" {% if request.GET.status == "v" %}selected="selected"{% endif %}>{% trans "Valid" %}</option>
|
<option value="v" {% if request.GET.status == "v" %}selected="selected"{% endif %}>{% trans "Valid" %}</option>
|
||||||
<option value="r" {% if request.GET.status == "r" %}selected="selected"{% endif %}>{% trans "Redeemed" %}</option>
|
<option value="r" {% if request.GET.status == "r" %}selected="selected"{% endif %}>{% trans "Redeemed" %}</option>
|
||||||
<option value="e" {% if request.GET.status == "e" %}selected="selected"{% endif %}>{% trans "Expired" %}</option>
|
<option value="e" {% if request.GET.status == "e" %}selected="selected"{% endif %}>{% trans "Expired" %}</option>
|
||||||
<option value="e" {% if request.GET.status == "c" %}selected="selected"{% endif %}>{% trans "Redeemed and checked in with ticket" %}</option>
|
<option value="c" {% if request.GET.status == "c" %}selected="selected"{% endif %}>{% trans "Redeemed and checked in with ticket" %}</option>
|
||||||
</select>
|
</select>
|
||||||
{% if request.event.has_subevents %}
|
{% if request.event.has_subevents %}
|
||||||
<select name="subevent" class="form-control">
|
<select name="subevent" class="form-control">
|
||||||
|
|||||||
@@ -8060,7 +8060,7 @@ msgstr "Gültig"
|
|||||||
|
|
||||||
#: pretix/control/templates/pretixcontrol/vouchers/index.html:22
|
#: pretix/control/templates/pretixcontrol/vouchers/index.html:22
|
||||||
msgid "Redeemed and checked in with ticket"
|
msgid "Redeemed and checked in with ticket"
|
||||||
msgstr "Eingelösung und Ticket eingecheckt"
|
msgstr "Eingelöst und Ticket eingecheckt"
|
||||||
|
|
||||||
#: pretix/control/templates/pretixcontrol/vouchers/index.html:36
|
#: pretix/control/templates/pretixcontrol/vouchers/index.html:36
|
||||||
msgid "Download list"
|
msgid "Download list"
|
||||||
|
|||||||
@@ -8043,7 +8043,7 @@ msgstr "Gültig"
|
|||||||
|
|
||||||
#: pretix/control/templates/pretixcontrol/vouchers/index.html:22
|
#: pretix/control/templates/pretixcontrol/vouchers/index.html:22
|
||||||
msgid "Redeemed and checked in with ticket"
|
msgid "Redeemed and checked in with ticket"
|
||||||
msgstr "Eingelösung und Ticket eingecheckt"
|
msgstr "Eingelöst und Ticket eingecheckt"
|
||||||
|
|
||||||
#: pretix/control/templates/pretixcontrol/vouchers/index.html:36
|
#: pretix/control/templates/pretixcontrol/vouchers/index.html:36
|
||||||
msgid "Download list"
|
msgid "Download list"
|
||||||
|
|||||||
Reference in New Issue
Block a user