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 %}