weightcat to weightclass
This commit is contained in:
@@ -1400,7 +1400,7 @@ def default_class(r,w,race):
|
||||
agemin__lt=age,agemax__gt=age
|
||||
).order_by(
|
||||
"agemax","-agemin","boattype","sex",
|
||||
"weightcategory","referencespeed")
|
||||
"weightclass","referencespeed")
|
||||
|
||||
if standards.count()==0:
|
||||
# boolean, boattype, boatclass, adaptiveclass, weightclass, sex, coursestandard,
|
||||
|
||||
Reference in New Issue
Block a user