Fix voucher filter

This commit is contained in:
Raphael Michel
2017-12-14 20:45:43 +01:00
parent d8486e8f90
commit 9b4a3bcbef
3 changed files with 3 additions and 3 deletions

View File

@@ -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">

View File

@@ -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"

View File

@@ -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"