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 @@ -8,6 +8,8 @@ from boards.abstracts.constants import T from boards.settings import SECTION_EXTERNAL from boards.utils import get_domain, cached_result, get_extension +URL_IMAGE_PATH = 'images/{}.png' + PROTOCOL_DELIMITER = ':' DOMAIN_DELIMITER = '.' @@ -50,7 +52,6 @@ URL_PROTOCOLS = { } CSS_CLASS_IMAGE = 'image' -CSS_CLASS_THUMB = 'thumb' ABSTRACT_VIEW = '