diff --git a/web/templates/pages/list_events.html b/web/templates/pages/list_events.html index f9234da2..b5fcb336 100644 --- a/web/templates/pages/list_events.html +++ b/web/templates/pages/list_events.html @@ -43,7 +43,7 @@

{{status|title}} events in {{country_name}}

- {% paginate 6 cl.list as country_events %} + {% paginate 6 cl.list.reverse() as country_events %} {% for event in country_events %} {% include 'layout/event_tile.html' %} {% endfor %} @@ -56,4 +56,4 @@

{{status|title}} events in {{country_name}}

-{% endblock content %} \ No newline at end of file +{% endblock content %}