Skip to content

Commit 1476c1c

Browse files
committed
Make it possible to edit the notes when copying a schedule
- Legacy-Id: 18336
1 parent badcc57 commit 1476c1c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ietf/meeting/views.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -355,7 +355,7 @@ def edit_timeslots(request, num=None):
355355
class CopyScheduleForm(forms.ModelForm):
356356
class Meta:
357357
model = Schedule
358-
fields = ['name', 'visible', 'public']
358+
fields = ['name', 'visible', 'public', 'notes']
359359

360360
def __init__(self, schedule, new_owner, *args, **kwargs):
361361
super(CopyScheduleForm, self).__init__(*args, **kwargs)

0 commit comments

Comments
 (0)