forked from MarseyWorld/MarseyWorld
add tooltip to jigsaw tier [WPD]
parent
16c7c07e7d
commit
033738342a
|
@ -922,6 +922,8 @@ class User(Base):
|
||||||
return 'Contributed at least $50'
|
return 'Contributed at least $50'
|
||||||
if self.patron == 5:
|
if self.patron == 5:
|
||||||
return 'Contributed at least $100'
|
return 'Contributed at least $100'
|
||||||
|
if self.patron == 6:
|
||||||
|
return 'Contributed at least $200'
|
||||||
return ''
|
return ''
|
||||||
|
|
||||||
@property
|
@property
|
||||||
|
|
Loading…
Reference in New Issue