]> CRI, Mines Paris - PSL - Portfolio.git/blobdiff - skins/portfolio_thumbnails_tail.py
bugfix
[Portfolio.git] / skins / portfolio_thumbnails_tail.py
index 97656297fba733a50ec1d6b7abaf2248798df0a1..8e7738655f06c7c0014ca450b2870ff01b114cda 100644 (file)
@@ -8,4 +8,7 @@ elif container_type == 'lightbox' :
     options.update(context.getLightboxPhotosInfos(context,
                                           pho_start=start,
                                           batch_size=size))
+elif container_type == 'selection' :
+    options.update(context.getSelectionPhotosInfos(pho_start=start,
+                                                   batch_size=size))
 return context.portfolio_thumbnails_tail_template(**options)
\ No newline at end of file