From ecbf1ff24c023f2f051aa9fe94af28a06f31ce59 Mon Sep 17 00:00:00 2001 From: Jano Slota Date: Thu, 15 May 2014 17:05:13 +0200 Subject: [PATCH] Fixed image identification --- templates/post/image_identification.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/templates/post/image_identification.html b/templates/post/image_identification.html index a6e4e48d..4f3f593a 100644 --- a/templates/post/image_identification.html +++ b/templates/post/image_identification.html @@ -1,14 +1,14 @@ -{% if post.thumb != 'file' and config.image_identification %} +{% if file.thumb != 'file' and config.image_identification %} , {% if config.image_identification_imgops %} - io + io {% endif %} - {% if config.image_identification_exif and post.file|extension == 'jpg' %} - e + {% if config.image_identification_exif and file.file|extension == 'jpg' %} + e {% endif %} {% if config.image_identification_google %} - g + g {% endif %} {% endif %}