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