Private
Public Access
1
0

plan organization improvement

This commit is contained in:
Sander Roosendaal
2021-11-09 11:46:44 +01:00
parent 863fcc251b
commit a9018c6e74

View File

@@ -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 = [
{