From 2ed8c92533e397115cb2f13f64ae41b00eeb1cc2 Mon Sep 17 00:00:00 2001 From: augustin64 Date: Fri, 13 Oct 2023 14:37:10 +0200 Subject: [PATCH] Added the ability to add online search to groupe --- partitioncloud/templates/albums/search.html | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/partitioncloud/templates/albums/search.html b/partitioncloud/templates/albums/search.html index 16e8750..9cc5b63 100644 --- a/partitioncloud/templates/albums/search.html +++ b/partitioncloud/templates/albums/search.html @@ -54,6 +54,11 @@ {% for album in user.albums %} {% endfor %} + {% for groupe in user.get_groupes() %} + {% for album in groupe.get_albums() %} + + {% endfor %} + {% endfor %}