There was an error while loading. Please reload this page.
1 parent 6b88439 commit 62434faCopy full SHA for 62434fa
1 file changed
ietf/meeting/utils.py
@@ -74,6 +74,7 @@ def group_sessions(sessions):
74
75
# List future and in_progress meetings with ascending time, but past
76
# meetings with descending time
77
+ recent.reverse()
78
past.reverse()
79
80
return future, in_progress, recent, past
0 commit comments