removed club size
This commit is contained in:
@@ -752,7 +752,7 @@ class PlanSelectForm(forms.Form):
|
||||
).exclude(
|
||||
shortname="basic"
|
||||
).order_by(
|
||||
"price","clubsize","shortname"
|
||||
"price","shortname"
|
||||
)
|
||||
if rower and not includeall:
|
||||
try:
|
||||
@@ -765,7 +765,7 @@ class PlanSelectForm(forms.Form):
|
||||
).exclude(
|
||||
price__lte=amount
|
||||
).order_by(
|
||||
"price","clubsize","shortname"
|
||||
"price","shortname"
|
||||
)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user