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
|
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"
|
||||||
|
|
Loading…
Reference in a new issue