forked from CGM_Public/pretix_original
Control Dashboard: Fix filter link to past events
This commit is contained in:
@@ -56,7 +56,7 @@
|
|||||||
{% endfor %}
|
{% endfor %}
|
||||||
</div>
|
</div>
|
||||||
<p class="">
|
<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" %}
|
{% trans "View all recent events" %}
|
||||||
</a>
|
</a>
|
||||||
</p>
|
</p>
|
||||||
|
|||||||
Reference in New Issue
Block a user