File diff 1a1cbdbbd91f → 0107b24b37d6
pinaxcon/proposals/forms.py
Show inline comments
...
 
@@ -15,6 +15,7 @@ class ConferenceSpeakerForm(forms.ModelForm):
 
            'invite_email',
 
            'invite_token',
 
            'annotation',
 
            'reviewer',
 
        ]
 

	
 
    def __init__(self, *a, **k):