mirror of
https://github.com/pretix/pretix.git
synced 2026-05-09 15:54:03 +00:00
Fix #37 -- Clever displaying of date ranges
This commit is contained in:
@@ -29,8 +29,7 @@
|
||||
</a>
|
||||
{% else %}
|
||||
<a href="{% eventurl event "presale:event.index" %}">{{ event.name }}</a>
|
||||
<small>{{ event.date_from|date:"DATE_FORMAT" }}{% if event.settings.show_date_to %} –
|
||||
{{ event.date_to|date:"DATE_FORMAT" }}{% endif %}</small>
|
||||
<small>{{ event.get_date_range_display }}</small>
|
||||
{% endif %}
|
||||
</h1>
|
||||
<div class="pull-right loginbox">
|
||||
|
||||
Reference in New Issue
Block a user