Don't show the unused 'author' field in the public nomcom feedback form. Fixes issue #1699.

- Legacy-Id: 9617
This commit is contained in:
Henrik Levkowetz 2015-05-11 21:03:25 +00:00
parent d7ef9d7db1
commit db255a86ac

View file

@ -534,8 +534,7 @@ class FeedbackForm(BaseNomcomForm, forms.ModelForm):
class Meta:
model = Feedback
fields = ('author',
'nominee_name',
fields = ('nominee_name',
'nominee_email',
'nominator_email',
'confirmation',