fd
This commit is contained in:
parent
ab46a01b53
commit
bcd3252777
45 changed files with 36 additions and 39 deletions
|
@ -123,7 +123,7 @@ def settings_profile_post(v):
|
|||
# v=v,
|
||||
# error="You didn't change anything")
|
||||
|
||||
with CustomRenderer() as renderer: bio_html = renderer.render(mistletoe.Document(bio))
|
||||
bio_html = CustomRenderer().render(mistletoe.Document(bio))
|
||||
bio_html = sanitize(bio_html)
|
||||
# Run safety filter
|
||||
bans = filter_comment_html(bio_html)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue