Skip to content

Commit 2ae553a

Browse files
committed
It should be possible to edit the area of a draft even if it's been set before. It can change.
- Legacy-Id: 2761
1 parent 1c96195 commit 2ae553a

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

ietf/idrfc/views_edit.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -130,9 +130,6 @@ def __init__(self, *args, **kwargs):
130130
if kwargs['initial']['area_acronym'] == Acronym.INDIVIDUAL_SUBMITTER:
131131
# default to "gen"
132132
kwargs['initial']['area_acronym'] = 1008
133-
else:
134-
# hide area acronym if one has been assigned already
135-
del self.fields['area_acronym']
136133

137134
# returning item is rendered non-standard
138135
self.standard_fields = [x for x in self.visible_fields() if x.name not in ('returning_item',)]

0 commit comments

Comments
 (0)