forked from GithubBackups/vichan
fix clean bug
This commit is contained in:
parent
d56091b35e
commit
75a561a81f
@ -2,10 +2,10 @@
|
||||
{% if post.edited_at %}
|
||||
<div class="content-status edited">{% trans 'Post last edited at' %} <em class="edited-time">{{ post.edited_at }}</em></div>
|
||||
{% endif %}
|
||||
{% if clean.clean_local == '1' %}
|
||||
{% if post.clean.clean_local == '1' %}
|
||||
<div class="content-status clean-local">{% trans 'Board rules permit this content' %}</div>
|
||||
{% endif %}
|
||||
{% if clean.clean_global == '1' %}
|
||||
{% if post.clean.clean_global == '1' %}
|
||||
<div class="content-status clean-global">{% trans 'Global rules permit this content' %}</div>
|
||||
{% endif %}
|
||||
</div>
|
||||
</div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user