Catch up with long-ago "areas"->"area" rename.
- Legacy-Id: 473
This commit is contained in:
parent
2a8124c002
commit
61fffa12de
|
@ -68,7 +68,7 @@ class LiaisonDetail(models.Model):
|
|||
pass
|
||||
try:
|
||||
acronym = Acronym.objects.get(pk=self.from_id)
|
||||
if acronym.areas_set.count():
|
||||
if acronym.area_set.count():
|
||||
type = "AREA"
|
||||
else:
|
||||
type = "WG"
|
||||
|
|
Loading…
Reference in a new issue