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,
|
||||
weightcategory=weightcategory,
|
||||
adaptiveclass=adaptiveclass,
|
||||
rowerplan='freecoach')
|
||||
rowerplan='freecoach',clubsize=10)
|
||||
|
||||
therower.save()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user