Use safe html formatting
This commit is contained in:
parent
9f4f410dd7
commit
945110071a
@ -20,7 +20,7 @@
|
||||
{%endif%}
|
||||
</div>
|
||||
<div class="description break-word">
|
||||
<p>{{post.content}}</p>
|
||||
<p>{{post.content | safe}}</p>
|
||||
</div>
|
||||
<div class="extra content">
|
||||
{% if post.attachedImg %}
|
||||
@ -32,7 +32,7 @@
|
||||
<div class="header">{{post.replyingUser}}</div>
|
||||
<div class="meta">{{post.replyingUser}}</div>
|
||||
<div class="description break-word">
|
||||
{{post.replyingTweetContent}}
|
||||
{{post.replyingTweetContent | safe}}
|
||||
{% if post.replyAttachedImg %}
|
||||
<img alt="Image attachment" class="ui centered medium image" src="{{post.replyAttachedImg}}">
|
||||
{% endif %}
|
||||
|
Reference in New Issue
Block a user