Skip to content

Commit 5b3c961

Browse files
committed
Removed the 2.5 hour session length choice for IETF 103, since there will be no Friday sessions that meeting.
- Legacy-Id: 15477
1 parent e5a3193 commit 5b3c961

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

ietf/secr/sreq/forms.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@
1212
# -------------------------------------------------
1313

1414
NUM_SESSION_CHOICES = (('','--Please select'),('1','1'),('2','2'))
15-
LENGTH_SESSION_CHOICES = (('','--Please select'),('1800','30 minutes'),('3600','1 hour'),('5400','1.5 hours'), ('7200','2 hours'),('9000','2.5 hours'))
15+
# LENGTH_SESSION_CHOICES = (('','--Please select'),('1800','30 minutes'),('3600','1 hour'),('5400','1.5 hours'), ('7200','2 hours'),('9000','2.5 hours'))
16+
LENGTH_SESSION_CHOICES = (('','--Please select'),('1800','30 minutes'),('3600','1 hour'),('5400','1.5 hours'), ('7200','2 hours'))
1617
WG_CHOICES = list( Group.objects.filter(type__in=('wg','rg','ag'),state__in=('bof','proposed','active')).values_list('acronym','acronym').order_by('acronym'))
1718
WG_CHOICES.insert(0,('','--Select WG(s)'))
1819

0 commit comments

Comments
 (0)