mirror of
https://github.com/pretix/pretix.git
synced 2026-05-11 16:13:59 +00:00
Show date range of event series in list of events
This commit is contained in:
@@ -53,7 +53,7 @@
|
||||
<tr>
|
||||
<td><a href="{{ url }}">{{ e.name }}</a></td>
|
||||
<td>
|
||||
{{ e.get_date_range_display }}
|
||||
{{ e.daterange|default:e.get_date_range_display }}
|
||||
</td>
|
||||
<td class="text-right">
|
||||
<a class="btn btn-primary" href="{{ url }}">
|
||||
|
||||
Reference in New Issue
Block a user