From 75a561a81f5a0f6f4967efe3b7055a1828128bf1 Mon Sep 17 00:00:00 2001 From: 8chan Date: Wed, 22 Oct 2014 21:01:38 -0700 Subject: [PATCH] fix clean bug --- templates/post/edited_at.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 +