X-Git-Url: https://scm.cri.minesparis.psl.eu/git/Portfolio.git/blobdiff_plain/6f4e2f7cda25365c0ca9d1597270200d049daa61..01d91dfe8e676a59d83166eba69a55cff7796bd1:/skins/portfolio_thumbnails_tail.py

diff --git a/skins/portfolio_thumbnails_tail.py b/skins/portfolio_thumbnails_tail.py
index 9765629..8e77386 100644
--- a/skins/portfolio_thumbnails_tail.py
+++ b/skins/portfolio_thumbnails_tail.py
@@ -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