Skip to content

Commit

Permalink
Disable jobs@ enrollment before mailman3 transition
Browse files Browse the repository at this point in the history
  • Loading branch information
oski-bear authored Apr 21, 2024
1 parent 5d15039 commit 420d5b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/newuser/forms.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ class NewUserForm(forms.Form):
validators=[validate_username_chars, validate_username_not_in_use]
)
password = forms.CharField(widget=forms.PasswordInput())
enroll_jobs = forms.BooleanField(required=False, label="Jobs@ List Opt-in")
#enroll_jobs = forms.BooleanField(required=False, label="Jobs@ List Opt-in")
agree_rules = forms.BooleanField(required=True)

def clean(self):
Expand Down

0 comments on commit 420d5b2

Please sign in to comment.