Skip to content

Commit b9bf77b

Browse files
committed
Changed to not check timeslot type on delete because other types now have this option. Commit ready for merge
- Legacy-Id: 14211
1 parent 4a71c14 commit b9bf77b

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

ietf/secr/meetings/views.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -501,7 +501,6 @@ def non_session_delete(request, meeting_id, schedule_name, slot_id):
501501
material first. SchedTimeSessAssignment objects get deleted as well.
502502
'''
503503
slot = get_object_or_404(TimeSlot, id=slot_id)
504-
assert slot.type_id in ('other','plenary','lead', 'reg')
505504

506505
if request.method == 'POST' and request.POST['post'] == 'yes':
507506
assignments = slot.sessionassignments.all()

0 commit comments

Comments
 (0)