diff --git a/boards/models/attachment/viewers.py b/boards/models/attachment/viewers.py --- a/boards/models/attachment/viewers.py +++ b/boards/models/attachment/viewers.py @@ -198,6 +198,11 @@ class ImageViewer(AbstractViewer): 'label': 'iqdb', 'url': 'http://iqdb.org/?url={}'.format(image_url) }) + items.append({ + 'name': 'tineye', + 'label': 'TinEye', + 'url': 'http://tineye.com/search?url={}'.format(image_url) + }) return items