We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8570807 commit b869d9fCopy full SHA for b869d9f
1 file changed
ietf/wginfo/edit.py
@@ -21,7 +21,7 @@
21
22
class WGForm(forms.Form):
23
name = forms.CharField(max_length=255, label="WG Name", required=True)
24
- acronym = forms.CharField(max_length=8, label="WG Acronym", required=True)
+ acronym = forms.CharField(max_length=10, label="WG Acronym", required=True)
25
chairs = EmailsField(label="WG Chairs", required=False)
26
secretaries = EmailsField(label="WG Secretaries", required=False)
27
techadv = EmailsField(label="WG Technical Advisors", required=False)
0 commit comments