Skip to content
Snippets Groups Projects
Commit 7a5bce60 authored by Todd Dembrey's avatar Todd Dembrey
Browse files

fixup! Add the slack field and add tests

parent 572d6b64
No related branches found
No related tags found
No related merge requests found
...@@ -34,7 +34,6 @@ class ProfileForm(forms.ModelForm): ...@@ -34,7 +34,6 @@ class ProfileForm(forms.ModelForm):
if not self.instance.is_apply_staff: if not self.instance.is_apply_staff:
del self.fields['slack'] del self.fields['slack']
def clean_slack(self): def clean_slack(self):
slack = self.cleaned_data['slack'] slack = self.cleaned_data['slack']
if slack: if slack:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment