forked from MarseyWorld/MarseyWorld
fix 500 errors
parent
8f4236a294
commit
9381763753
|
@ -666,7 +666,7 @@ class User(Base):
|
||||||
return ''
|
return ''
|
||||||
|
|
||||||
@lazy
|
@lazy
|
||||||
def hat_tooltip(v, self):
|
def hat_tooltip(self, v):
|
||||||
if not FEATURES['HATS']:
|
if not FEATURES['HATS']:
|
||||||
return ''
|
return ''
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue