Skip to content

Commit e1cc821

Browse files
committed
Merged in [10115] from rjsparks@nostrum.com:
Remove an extraneous field from the form that lets the nomcom chair paste in a questionnaire response. - Legacy-Id: 10118 Note: SVN reference [10115] has been migrated to Git commit 3ee236d
1 parent 9688749 commit e1cc821

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
@@ -591,8 +591,7 @@ def save(self, commit=True):
591591

592592
class Meta:
593593
model = Feedback
594-
fields = ('positions',
595-
'comments')
594+
fields = ( 'comments', )
596595

597596
class NomComTemplateForm(BaseNomcomForm, DBTemplateForm):
598597
content = forms.CharField(label="Text", widget=forms.Textarea(attrs={'cols': '120', 'rows':'40', }))

0 commit comments

Comments
 (0)