We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7f515f commit e1708daCopy full SHA for e1708da
1 file changed
ietf/wginfo/views.py
@@ -53,7 +53,7 @@ def roles(group, role_name):
53
54
def fill_in_charter_info(group, include_drafts=False):
55
group.areadirector = group.ad.role_email("ad", group.parent) if group.ad else None
56
- group.chairs =roles(group, "chair")
+ group.chairs = roles(group, "chair")
57
group.techadvisors = roles(group, "techadv")
58
group.editors = roles(group, "editor")
59
group.secretaries = roles(group, "secr")
0 commit comments