From 0107b24b37d6299b42c0b334ddb4898125e42fbb Mon Sep 17 00:00:00 2001 From: Christopher Neugebauer Date: Thu, 5 Jul 2018 14:15:01 -0700 Subject: [PATCH] exclude reviewer --- pinaxcon/proposals/forms.py | 1 + 1 file changed, 1 insertion(+) diff --git a/pinaxcon/proposals/forms.py b/pinaxcon/proposals/forms.py index ff11df2..74b2cd8 100644 --- a/pinaxcon/proposals/forms.py +++ b/pinaxcon/proposals/forms.py @@ -15,6 +15,7 @@ class ConferenceSpeakerForm(forms.ModelForm): 'invite_email', 'invite_token', 'annotation', + 'reviewer', ] def __init__(self, *a, **k):