fsd
This commit is contained in:
parent
2445fc7ad6
commit
935c2123de
1 changed files with 1 additions and 1 deletions
|
@ -238,7 +238,7 @@ class User(Base):
|
||||||
@property
|
@property
|
||||||
@lazy
|
@lazy
|
||||||
def bio_html_eager(self):
|
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
|
@property
|
||||||
@lazy
|
@lazy
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue