From dbe77d0ece2e6fdbba0fef635a875a15f6241d1c Mon Sep 17 00:00:00 2001 From: augustin64 Date: Wed, 10 Apr 2024 18:45:38 +0200 Subject: [PATCH] Add UI button --- partitioncloud/templates/albums/album.html | 41 ++++++++++++---------- partitioncloud/templates/groupe/index.html | 37 ++++++++++--------- 2 files changed, 42 insertions(+), 36 deletions(-) diff --git a/partitioncloud/templates/albums/album.html b/partitioncloud/templates/albums/album.html index 7461ed6..cd52624 100644 --- a/partitioncloud/templates/albums/album.html +++ b/partitioncloud/templates/albums/album.html @@ -35,8 +35,8 @@ {% endif %} {{ album.name }} - {% if g.user %} -
+
+ {% if g.user %}
{% for album_user in album.users %} {% endfor %}
-
{% if partitions|length != 0 %} diff --git a/partitioncloud/templates/groupe/index.html b/partitioncloud/templates/groupe/index.html index 1d42f26..e4867c8 100644 --- a/partitioncloud/templates/groupe/index.html +++ b/partitioncloud/templates/groupe/index.html @@ -30,8 +30,8 @@ {% block content %}

{{ groupe.name }}

- {% if g.user %} -
+
+ {% if g.user %}
{% for groupe_user in groupe.users %} {% endfor %}
-

{% if groupe.albums|length != 0 %}