From dc62128672a8575906f3bd7261f9908ff6109588 Mon Sep 17 00:00:00 2001 From: 8chan Admin Date: Thu, 31 Oct 2013 22:15:06 +0000 Subject: [PATCH] Fix spoiler image appearing when disabled images --- templates/post_form.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/post_form.html b/templates/post_form.html index 19fc3e19..160a1306 100644 --- a/templates/post_form.html +++ b/templates/post_form.html @@ -42,7 +42,7 @@ {% endif %} - {% if config.spoiler_images %} {% endif %} + {% if config.spoiler_images and not config.disable_images %} {% endif %}