forked from rDrama/rDrama
1
0
Fork 0
master
kek7198 2021-11-30 20:23:41 -06:00
parent 1fbb978ef4
commit 98bee9b591
1 changed files with 2 additions and 2 deletions

View File

@ -406,10 +406,10 @@
{% endif %}
{% if c.is_banned and c.ban_reason %}
<div id="comment-banned-warning" class="comment-text text-removed mb-0">removed by @{{c.ban_reason}}</div>
<div id="comment-banned-warning" class="comment-text text-red-600 mb-0">Removed by @{{c.ban_reason}}</div>
{% endif %}
<div id="comment-text-{{c.id}}" class="comment-text mb-0">
<div id="comment-text-{{c.id}}" class="comment-text text-black mb-0">
{{c.realbody(v) | safe}}
{% if c.options %}
{% for o in c.options %}