diff --git a/pinaxcon/proposals/forms.py b/pinaxcon/proposals/forms.py index ff11df2aa39ce0d49706fbefcfba62ef7483be8f..74b2cd88146e75858c95fa972d2556c3afe7d924 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):