Update src/pretix/control/templates/pretixcontrol/waitinglist/index.html

Co-authored-by: Richard Schreiber <schreiber@pretix.eu>
This commit is contained in:
Lukas Bockstaller
2025-12-19 13:50:44 +01:00
committed by GitHub
co-authored by Richard Schreiber
parent 7db5669813
commit d402e1d8f5
@@ -124,7 +124,7 @@
</option>
{% endfor %}
</select>
<input name="search" type="text" placeholder={% trans "Search" %} class="form-control" value="{{ request.GET.search }}">
<input name="search" type="text" placeholder="{% trans "Search" %}" class="form-control" value="{{ request.GET.search }}">
{% if request.event.has_subevents %}
<select name="subevent" class="form-control">
<option value="">{% trans "All dates" context "subevent" %}</option>