diff --git a/rowers/views/planviews.py b/rowers/views/planviews.py index f97dc7f6..45936458 100644 --- a/rowers/views/planviews.py +++ b/rowers/views/planviews.py @@ -2685,7 +2685,7 @@ def rower_select_instantplan(request,id=0): themanager = getrower(request.user) # get and present available plans - ips = InstantPlan.objects.all().order_by("duration") + ips = InstantPlan.objects.all().order_by("sessionsperweek","hoursperweek","duration") breadcrumbs = [ {