diff --git a/templates/post/image_identification.html b/templates/post/image_identification.html index d0609873..4fd45e24 100644 --- a/templates/post/image_identification.html +++ b/templates/post/image_identification.html @@ -1,13 +1,13 @@ {% if file.thumb != 'file' and config.image_identification %} {% if config.image_identification_imgops %} - ImgOps + ImgOps {% endif %} {% if config.image_identification_exif and file.file|extension == 'jpg' %} - Exif + Exif {% endif %} {% if config.image_identification_google %} - Google + Google {% endif %} {% if config.image_identification_iqdb %} iqdb @@ -16,4 +16,4 @@ Yandex {% endif %} -{% endif %} +{% endif %} \ No newline at end of file