fds
This commit is contained in:
parent
7080be3807
commit
d4466a0c5e
2 changed files with 3 additions and 3 deletions
|
@ -477,7 +477,7 @@ class User(Base):
|
|||
@property
|
||||
@lazy
|
||||
def profile_url(self):
|
||||
if self.agendaposter: return f"/e/marseychud.webp"
|
||||
if self.agendaposter: return f"/e/chudsey.webp"
|
||||
if self.profileurl:
|
||||
if self.profileurl.startswith('/'): return SITE_FULL + self.profileurl
|
||||
return self.profileurl
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue