diff --git a/templates/post/edited_at.html b/templates/post/edited_at.html index 4c55a8d4..12ae4885 100644 --- a/templates/post/edited_at.html +++ b/templates/post/edited_at.html @@ -2,10 +2,10 @@ {% if post.edited_at %}
{% trans 'Post last edited at' %} {{ post.edited_at }}
{% endif %} - {% if clean.clean_local == '1' %} + {% if post.clean.clean_local == '1' %}
{% trans 'Board rules permit this content' %}
{% endif %} - {% if clean.clean_global == '1' %} + {% if post.clean.clean_global == '1' %}
{% trans 'Global rules permit this content' %}
{% endif %} - \ No newline at end of file +