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