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 pass
try: try:
acronym = Acronym.objects.get(pk=self.from_id) acronym = Acronym.objects.get(pk=self.from_id)
if acronym.areas_set.count(): if acronym.area_set.count():
type = "AREA" type = "AREA"
else: else:
type = "WG" type = "WG"