add tooltip to jigsaw tier [WPD]
parent
16c7c07e7d
commit
033738342a
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue