Skip to content

Commit 61fffa1

Browse files
committed
Catch up with long-ago "areas"->"area" rename.
- Legacy-Id: 473
1 parent 2a8124c commit 61fffa1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ietf/liaisons/models.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ def from_body(self):
6868
pass
6969
try:
7070
acronym = Acronym.objects.get(pk=self.from_id)
71-
if acronym.areas_set.count():
71+
if acronym.area_set.count():
7272
type = "AREA"
7373
else:
7474
type = "WG"

0 commit comments

Comments
 (0)