mirror of
https://github.com/pretix/pretix.git
synced 2026-05-09 15:54:03 +00:00
Waitinglist: show time for subevent in overview
This commit is contained in:
@@ -119,7 +119,7 @@
|
|||||||
{% for se in request.event.subevents.all %}
|
{% for se in request.event.subevents.all %}
|
||||||
<option value="{{ se.id }}"
|
<option value="{{ se.id }}"
|
||||||
{% if request.GET.subevent|add:0 == se.id %}selected="selected"{% endif %}>
|
{% if request.GET.subevent|add:0 == se.id %}selected="selected"{% endif %}>
|
||||||
{{ se.name }} – {{ se.get_date_range_display }}
|
{{ se }}
|
||||||
</option>
|
</option>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</select>
|
</select>
|
||||||
@@ -195,7 +195,7 @@
|
|||||||
{% endif %}
|
{% endif %}
|
||||||
</td>
|
</td>
|
||||||
{% if request.event.has_subevents %}
|
{% if request.event.has_subevents %}
|
||||||
<td>{{ e.subevent.name }} – {{ e.subevent.get_date_range_display }}</td>
|
<td>{{ e.subevent }}</td>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
<td>
|
<td>
|
||||||
{{ e.created|date:"SHORT_DATETIME_FORMAT" }}
|
{{ e.created|date:"SHORT_DATETIME_FORMAT" }}
|
||||||
|
|||||||
Reference in New Issue
Block a user