We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5a3193 commit 5b3c961Copy full SHA for 5b3c961
1 file changed
ietf/secr/sreq/forms.py
@@ -12,7 +12,8 @@
12
# -------------------------------------------------
13
14
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'))
+# 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'))
17
WG_CHOICES = list( Group.objects.filter(type__in=('wg','rg','ag'),state__in=('bof','proposed','active')).values_list('acronym','acronym').order_by('acronym'))
18
WG_CHOICES.insert(0,('','--Select WG(s)'))
19
0 commit comments