new free coach has 10 club size
This commit is contained in:
@@ -598,7 +598,7 @@ def freecoach_register_view(request):
|
|||||||
therower = Rower(user=theuser,sex=sex,birthdate=birthdate,
|
therower = Rower(user=theuser,sex=sex,birthdate=birthdate,
|
||||||
weightcategory=weightcategory,
|
weightcategory=weightcategory,
|
||||||
adaptiveclass=adaptiveclass,
|
adaptiveclass=adaptiveclass,
|
||||||
rowerplan='freecoach')
|
rowerplan='freecoach',clubsize=10)
|
||||||
|
|
||||||
therower.save()
|
therower.save()
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user