Control Dashboard: Fix filter link to past events

This commit is contained in:
Martin Gross
2022-03-09 10:11:47 +01:00
parent 07b401b7af
commit 86d28b3f21

View File

@@ -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>