We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a8124c commit 61fffa1Copy full SHA for 61fffa1
1 file changed
ietf/liaisons/models.py
@@ -68,7 +68,7 @@ def from_body(self):
68
pass
69
try:
70
acronym = Acronym.objects.get(pk=self.from_id)
71
- if acronym.areas_set.count():
+ if acronym.area_set.count():
72
type = "AREA"
73
else:
74
type = "WG"
0 commit comments