quickinfo: fix url of prod thumbs

This commit is contained in:
2020-01-17 16:01:04 -08:00
parent 036143764a
commit bdce950581

View File

@ -53,7 +53,7 @@ class ProductImageFormat(Enum):
class ProductImage: class ProductImage:
THUMB_DIR = os.path.join(settings.ASSET_DIR, 'products/thumbs') THUMB_DIR = os.path.join(settings.ASSET_DIR, 'products/thumbs')
THUMB_URL = '/images/products/thumbs' THUMB_URL = '/export/products/thumbs'
# ordered by thumbnail preference # ordered by thumbnail preference
VIEW_TYPES = ['C', '3Q', '3QL', '3QR', '3QRL', 'P', 'PL', 'P2', 'P2L', VIEW_TYPES = ['C', '3Q', '3QL', '3QR', '3QRL', 'P', 'PL', 'P2', 'P2L',
'F3Q', 'L', 'PLA', 'PPS', 'PPS_WORN', 'PLD', 'OS', 'OSL', 'F3Q', 'L', 'PLA', 'PPS', 'PPS_WORN', 'PLD', 'OS', 'OSL',