gdfg
This commit is contained in:
parent
2545e48517
commit
d5f294db77
60 changed files with 224 additions and 231 deletions
|
@ -61,7 +61,7 @@ class Badge(Base):
|
|||
@property
|
||||
@lazy
|
||||
def path(self):
|
||||
return f"{SITE_FULL}/static/assets/images/badges/{self.badge_id}.webp"
|
||||
return f"{SITE_FULL}/assets/images/badges/{self.badge_id}.webp"
|
||||
|
||||
@property
|
||||
@lazy
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue