Skip to content

Commit 3ee236d

Browse files
committed
Remove an extraneous field from the form that lets the nomcom chair paste in a questionnaire response. Commit ready for merge.
- Legacy-Id: 10115
1 parent a6b8707 commit 3ee236d

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)