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 %}