sdffsd
This commit is contained in:
parent
97878f535f
commit
b88b8ddcc4
8 changed files with 20 additions and 16 deletions
|
@ -63,7 +63,7 @@ class Badge(Base):
|
|||
if self.name == "Agendaposter":
|
||||
ti = self.user.agendaposter_expires_utc
|
||||
if ti: return self.badge.description + " until " + datetime.utcfromtimestamp(ti).strftime('%Y-%m-%d %H:%M:%S')
|
||||
else: return self.badge.description + " permenantly"
|
||||
else: return self.badge.description + " permanently"
|
||||
elif self.description: return self.description
|
||||
else: return self.badge.description
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue