Private
Public Access
1
0

ordering instant plans

This commit is contained in:
Sander Roosendaal
2021-03-24 07:47:58 +01:00
parent d8a97ec62d
commit 0adad9cc09

View File

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