Catch up with long-ago "areas"->"area" rename.

- Legacy-Id: 473
This commit is contained in:
Bill Fenner 2007-06-17 13:43:49 +00:00
parent 2a8124c002
commit 61fffa12de

View file

@ -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"