fds
This commit is contained in:
parent
c8c3db08a7
commit
94948f61fa
2 changed files with 1 additions and 1 deletions
Binary file not shown.
Before Width: | Height: | Size: 110 KiB After Width: | Height: | Size: 3.8 KiB |
|
@ -501,7 +501,7 @@ class User(Base):
|
||||||
@property
|
@property
|
||||||
@lazy
|
@lazy
|
||||||
def profile_url(self):
|
def profile_url(self):
|
||||||
if self.agendaposter: return f"/assets/images/astolfo.webp"
|
if self.agendaposter: return f"/assets/images/astolfo.webp?v=1"
|
||||||
if self.profileurl:
|
if self.profileurl:
|
||||||
if self.profileurl.startswith('/'): return SITE_FULL + self.profileurl
|
if self.profileurl.startswith('/'): return SITE_FULL + self.profileurl
|
||||||
return self.profileurl
|
return self.profileurl
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue