quickinfo: fix url of prod thumbs
This commit is contained in:
@ -53,7 +53,7 @@ class ProductImageFormat(Enum):
|
||||
|
||||
class ProductImage:
|
||||
THUMB_DIR = os.path.join(settings.ASSET_DIR, 'products/thumbs')
|
||||
THUMB_URL = '/images/products/thumbs'
|
||||
THUMB_URL = '/export/products/thumbs'
|
||||
# ordered by thumbnail preference
|
||||
VIEW_TYPES = ['C', '3Q', '3QL', '3QR', '3QRL', 'P', 'PL', 'P2', 'P2L',
|
||||
'F3Q', 'L', 'PLA', 'PPS', 'PPS_WORN', 'PLD', 'OS', 'OSL',
|
||||
|
||||
Reference in New Issue
Block a user