mirror of
https://github.com/pretix/pretix.git
synced 2026-05-07 15:34:02 +00:00
Control Dashboard: Fix filter link to past events
This commit is contained in:
@@ -56,7 +56,7 @@
|
||||
{% endfor %}
|
||||
</div>
|
||||
<p class="">
|
||||
<a href="{% url "control:events" %}?ordering=date_from&status=-date_to" class="">
|
||||
<a href="{% url "control:events" %}?ordering=date_from&status=date_past" class="">
|
||||
{% trans "View all recent events" %}
|
||||
</a>
|
||||
</p>
|
||||
|
||||
Reference in New Issue
Block a user