X-Git-Url: https://scm.cri.ensmp.fr/git/Portfolio.git/blobdiff_plain/6f4e2f7cda25365c0ca9d1597270200d049daa61..362525bf290b43724237432ce8480f5dbd7049b8:/skins/getLightboxPhotosInfos.py diff --git a/skins/getLightboxPhotosInfos.py b/skins/getLightboxPhotosInfos.py index f5afc8c..626ebd1 100644 --- a/skins/getLightboxPhotosInfos.py +++ b/skins/getLightboxPhotosInfos.py @@ -42,7 +42,7 @@ for index, b in enumerate(batch) : infos.append(d) features = {} -features['del'] = lambda b: '%s/remove_to_lightbox?uid=%s' % (lightboxUrl, b.cmf_uid) +features['checkbox'] = True features['cart'] = lambda b : '%s/get_slide_buyable_items' % b.getURL() return {'infos' : infos,