Customer accounts: Show event date in order list

This commit is contained in:
Raphael Michel
2022-12-15 14:30:15 +01:00
parent b31b2d34c0
commit d46989473b
2 changed files with 9 additions and 2 deletions

View File

@@ -91,6 +91,9 @@
</td>
<td>
{{ o.event }}
{% if not o.event.has_subevents and o.event.settings.show_dates_on_frontpage %}
<br><small class="text-muted">{{ o.event.get_date_range_display }}</small>
{% endif %}
</td>
<td>
{{ o.datetime|date:"SHORT_DATETIME_FORMAT" }}