diff --git a/app/templates/admin/attachments.html b/app/templates/admin/attachments.html index 7e3662d..dd08fc0 100644 --- a/app/templates/admin/attachments.html +++ b/app/templates/admin/attachments.html @@ -22,24 +22,5 @@ {% endfor %} - -

Liste des groupes

- - - - - {% for group in groups %} - - {% endfor %} -
GroupeMembresPrivilèges
{{ group.name }} - {% for user in group.members %} - {{ user.name }} - {% endfor %} - - {% for priv in group.privs() %} - {{ priv }} - {{- ', ' if not loop.last }} - {% endfor %} -
{% endblock %}