We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f46e96c commit 0b3c475Copy full SHA for 0b3c475
1 file changed
ietf/meeting/proxy.py
@@ -439,7 +439,7 @@ def acronym_name(self):
439
else:
440
return self.session.group.name
441
def area(self):
442
- if not self.session or not self.session.group or not self.session.group.parent or not self.session.group.parent.type_id in ["area","ietf"]:
+ if not self.session or not self.session.group or not self.session.group.parent or not self.session.group.parent.type_id in ["area","irtf"]:
443
return ""
444
return self.session.group.parent.acronym
445
def area_name(self):
0 commit comments