forked from MarseyWorld/MarseyWorld
same as last commit
parent
dd7145410f
commit
c0c45d9e9a
|
@ -71,7 +71,7 @@ class Badge(Base):
|
|||
def text(self):
|
||||
if self.until:
|
||||
text = self.badge.description + " until"
|
||||
elif self.badge_id in (28, 170):
|
||||
elif self.badge_id in (28, 170, 179):
|
||||
text = self.badge.description + " permanently"
|
||||
elif self.description:
|
||||
text = self.description
|
||||
|
|
Loading…
Reference in New Issue