diff --git a/app/models.py b/app/models.py index 5e7c46d9e..1a7247625 100644 --- a/app/models.py +++ b/app/models.py @@ -447,7 +447,7 @@ class Organization(db.Model): return None @property - def is_active(self): + def agreement_active(self): return self.agreement and self.agreement.status == AgreementStatus.active @property