Use a YesNo field for T&C/CoC agreement
Using a checkbox doesn't make it obvious that this is required.
This commit is contained in:
parent
ac0ef79b73
commit
3f4050d96f
1 changed files with 1 additions and 0 deletions
|
@ -28,4 +28,5 @@ class ProfileForm(forms.ModelForm):
|
||||||
}
|
}
|
||||||
field_classes = {
|
field_classes = {
|
||||||
"of_legal_age": YesNoField,
|
"of_legal_age": YesNoField,
|
||||||
|
"agreement": YesNoField,
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue