From 7a5bce605367b11c48f6e802220ef024590774e9 Mon Sep 17 00:00:00 2001 From: Todd Dembrey <todd.dembrey@torchbox.com> Date: Thu, 19 Jul 2018 08:37:25 +0100 Subject: [PATCH] fixup! Add the slack field and add tests --- opentech/apply/users/forms.py | 1 - 1 file changed, 1 deletion(-) diff --git a/opentech/apply/users/forms.py b/opentech/apply/users/forms.py index 4da4a2f42..34fc19042 100644 --- a/opentech/apply/users/forms.py +++ b/opentech/apply/users/forms.py @@ -34,7 +34,6 @@ class ProfileForm(forms.ModelForm): if not self.instance.is_apply_staff: del self.fields['slack'] - def clean_slack(self): slack = self.cleaned_data['slack'] if slack: -- GitLab