We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a71c14 commit b9bf77bCopy full SHA for b9bf77b
1 file changed
ietf/secr/meetings/views.py
@@ -501,7 +501,6 @@ def non_session_delete(request, meeting_id, schedule_name, slot_id):
501
material first. SchedTimeSessAssignment objects get deleted as well.
502
'''
503
slot = get_object_or_404(TimeSlot, id=slot_id)
504
- assert slot.type_id in ('other','plenary','lead', 'reg')
505
506
if request.method == 'POST' and request.POST['post'] == 'yes':
507
assignments = slot.sessionassignments.all()
0 commit comments