Fix consumable text
This commit is contained in:
parent
bc3d9d8460
commit
0ea36940fd
1 changed files with 1 additions and 1 deletions
|
@ -203,7 +203,7 @@ class Book(BaseModel):
|
|||
|
||||
@property
|
||||
def consumable_text(self):
|
||||
if self.previously_acquired:
|
||||
if self.consumable:
|
||||
return 'Oui'
|
||||
else:
|
||||
return 'Non'
|
||||
|
|
Loading…
Reference in a new issue