mirror of
https://github.com/pretix/pretix.git
synced 2026-04-28 00:02:37 +00:00
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="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 == "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>
|
||||
{% if request.event.has_subevents %}
|
||||
<select name="subevent" class="form-control">
|
||||
|
||||
@@ -8060,7 +8060,7 @@ msgstr "Gültig"
|
||||
|
||||
#: pretix/control/templates/pretixcontrol/vouchers/index.html:22
|
||||
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
|
||||
msgid "Download list"
|
||||
|
||||
@@ -8043,7 +8043,7 @@ msgstr "Gültig"
|
||||
|
||||
#: pretix/control/templates/pretixcontrol/vouchers/index.html:22
|
||||
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
|
||||
msgid "Download list"
|
||||
|
||||
Reference in New Issue
Block a user