ordered workouts in planned session manage by startdatetime
This commit is contained in:
@@ -12902,7 +12902,7 @@ def plannedsessions_manage_view(request,timeperiod='thisweek',rowerid=0,
|
||||
user=r,date__gte=startdate,
|
||||
date__lte=enddate
|
||||
).order_by(
|
||||
"date","id"
|
||||
"date","startdatetime","id"
|
||||
)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user