diff --git a/manuels/models.py b/manuels/models.py index 139a670..c45c8ca 100644 --- a/manuels/models.py +++ b/manuels/models.py @@ -203,7 +203,7 @@ class Book(BaseModel): @property def consumable_text(self): - if self.previously_acquired: + if self.consumable: return 'Oui' else: return 'Non'