add tooltip to jigsaw tier [WPD]

remotes/1693176582716663532/tmp_refs/heads/watchparty
Aevann1 2022-10-25 22:03:07 +02:00
parent 16c7c07e7d
commit 033738342a
1 changed files with 2 additions and 0 deletions

View File

@ -922,6 +922,8 @@ class User(Base):
return 'Contributed at least $50'
if self.patron == 5:
return 'Contributed at least $100'
if self.patron == 6:
return 'Contributed at least $200'
return ''
@property