From 1cf546d363284ce9aa28d0f9277db07bd7404501 Mon Sep 17 00:00:00 2001 From: Michael Walker Date: Thu, 13 Nov 2014 00:15:58 +0000 Subject: [PATCH] Update post detail display --- templates/post/fileinfo.html | 2 +- templates/post/image_identification.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/post/fileinfo.html b/templates/post/fileinfo.html index 4a3300a4..0446ba29 100644 --- a/templates/post/fileinfo.html +++ b/templates/post/fileinfo.html @@ -7,7 +7,7 @@ {% if file.file == 'deleted' %} {% else %} -

File: {{ file.file }} +

File: {{ file.file }} ( {% if file.thumb == 'spoiler' %} {% trans %}Spoiler Image{% endtrans %}, diff --git a/templates/post/image_identification.html b/templates/post/image_identification.html index fa2f30b3..eaef2259 100644 --- a/templates/post/image_identification.html +++ b/templates/post/image_identification.html @@ -1,6 +1,6 @@ {% if file.thumb != 'file' and config.image_identification %} - + {% if config.image_identification_imgops %} ImgOps {% endif %}