Waitinglist: add time to subevent dropdown when sending vouchers (#4296)

This commit is contained in:
Richard Schreiber
2024-07-09 09:28:19 +02:00
committed by GitHub
parent 493fc03686
commit 1e2f93fbc5

View File

@@ -57,7 +57,7 @@
{% for se in request.event.subevents.all %}
<option value="{{ se.id }}"
{% if request.GET.subevent|add:0 == se.id %}selected="selected"{% endif %}>
{{ se.name }} {{ se.get_date_range_display }}
{{ se }}
</option>
{% endfor %}
</select>