bb
This commit is contained in:
parent
4103e808bb
commit
53aa3e19f0
2 changed files with 2 additions and 2 deletions
|
@ -564,7 +564,7 @@
|
|||
{% endif %}
|
||||
</div>
|
||||
|
||||
{% if c.body and not (v and v.id == c.author_id) %}
|
||||
{% if v and v.id != c.author_id and c.body %}
|
||||
<div class="d-none card rounded border my-2 p-3" style="white-space:pre-wrap" id="markdown-{{c.id}}">{{c.body.strip()}}</div>
|
||||
{% endif %}
|
||||
|
||||
|
|
|
@ -1086,7 +1086,7 @@
|
|||
|
||||
</div>
|
||||
|
||||
{% if p.body and not (v and v.id == p.author_id) %}
|
||||
{% if v and v.id != p.author_id and p.body %}
|
||||
<textarea autocomplete="off" class="d-none card border my-2 p-3 comment-box form-control rounded" id="markdown-{{p.id}}" readonly>{{p.body.strip()}}</textarea>
|
||||
{% endif %}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue