mirror of
https://github.com/pretix/pretix.git
synced 2026-05-09 15:54:03 +00:00
Fix subevent not shown correctly in order change view (#2473)
This commit is contained in:
@@ -33,10 +33,10 @@
|
|||||||
</label>
|
</label>
|
||||||
<div class="col-md-9 form-control-text">
|
<div class="col-md-9 form-control-text">
|
||||||
<ul class="addon-list">
|
<ul class="addon-list">
|
||||||
{{ pos.subevent.name }} · {{ pos.subevent.get_date_range_display_as_html }}
|
{{ position.subevent.name }} · {{ position.subevent.get_date_range_display_as_html }}
|
||||||
{% if pos.event.settings.show_times %}
|
{% if position.event.settings.show_times %}
|
||||||
<span class="fa fa-clock-o" aria-hidden="true"></span>
|
<span class="fa fa-clock-o" aria-hidden="true"></span>
|
||||||
{{ pos.subevent.date_from|date:"TIME_FORMAT" }}
|
{{ position.subevent.date_from|date:"TIME_FORMAT" }}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user