From bdce9505818c18562f13660551030c486ff2e063 Mon Sep 17 00:00:00 2001 From: Seth Ladygo Date: Fri, 17 Jan 2020 16:01:04 -0800 Subject: [PATCH] quickinfo: fix url of prod thumbs --- products/models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/products/models.py b/products/models.py index 1fa4db9..5656c59 100644 --- a/products/models.py +++ b/products/models.py @@ -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',