remotes/1693045480750635534/spooky-22
Aevann1 2021-10-25 04:46:36 +02:00
parent 90b64b81ca
commit cf189c604a
1 changed files with 1 additions and 1 deletions

View File

@ -238,7 +238,7 @@ class User(Base):
@property
@lazy
def bio_html_eager(self):
return self.bio_html.replace('data-src', 'src')
return self.bio_html.replace('data-src', 'src').replace('src="/assets/images/loading.gif"', '')
@property
@lazy