X-Git-Url: https://svn.cri.ensmp.fr/git/Portfolio.git/blobdiff_plain/6f4e2f7cda25365c0ca9d1597270200d049daa61..f7e548f8e74520f1ff8b9ad72ff40ed0d4126773:/skins/getLightboxPhotosInfos.py?ds=inline

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,