Don't show the unused 'author' field in the public nomcom feedback form. Fixes issue #1699.
- Legacy-Id: 9617
This commit is contained in:
parent
d7ef9d7db1
commit
db255a86ac
|
@ -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',
|
||||
|
|
Loading…
Reference in a new issue