This commit is contained in:
Aevann1 2022-03-09 04:26:05 +02:00
parent 7080be3807
commit d4466a0c5e
2 changed files with 3 additions and 3 deletions

View file

@ -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