We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 816f5de commit eaff1f0Copy full SHA for eaff1f0
1 file changed
ietf/ietfauth/forms.py
@@ -152,6 +152,7 @@ def clean_consent(self):
152
consent = self.cleaned_data.get('consent')
153
if consent == False:
154
raise forms.ValidationError("In order to modify your profile data, you must permit the IETF to use the uploaded data.")
155
+ return consent
156
157
return PersonForm(*args, **kwargs)
158
0 commit comments