Skip to content

Commit 73c4f69

Browse files
committed
remove agenda from the meeting creation/edit form - that is managed elsewhere now
- Legacy-Id: 7528
1 parent be81557 commit 73c4f69

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ietf/secr/meetings/forms.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ def valid_value(self, value):
9191
class MeetingModelForm(forms.ModelForm):
9292
class Meta:
9393
model = Meeting
94-
exclude = ('type',)
94+
exclude = ('type', 'agenda')
9595

9696
def clean_number(self):
9797
number = self.cleaned_data['number']

0 commit comments

Comments
 (0)