added freecoach to coach priviliges
This commit is contained in:
@@ -638,6 +638,9 @@ def freecoach_register_view(request):
|
||||
'next':nextpage,})
|
||||
else:
|
||||
form = RegistrationFormSex()
|
||||
form.fields.pop('sex')
|
||||
form.fields.pop('weightcategory')
|
||||
form.fields.pop('adaptiveclass')
|
||||
return render(request,
|
||||
"freecoach_registration_form.html",
|
||||
{'form':form,
|
||||
|
||||
Reference in New Issue
Block a user