Skip to content

Commit db255a8

Browse files
committed
Don't show the unused 'author' field in the public nomcom feedback form. Fixes issue ietf-tools#1699.
- Legacy-Id: 9617
1 parent d7ef9d7 commit db255a8

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

ietf/nomcom/forms.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -534,8 +534,7 @@ def save(self, commit=True):
534534

535535
class Meta:
536536
model = Feedback
537-
fields = ('author',
538-
'nominee_name',
537+
fields = ('nominee_name',
539538
'nominee_email',
540539
'nominator_email',
541540
'confirmation',

0 commit comments

Comments
 (0)