diff --git a/src/html/pages/dashboard/users_list.js b/src/html/pages/dashboard/users_list.js
index 1e02cd1..1e5fcb5 100644
--- a/src/html/pages/dashboard/users_list.js
+++ b/src/html/pages/dashboard/users_list.js
@@ -34,9 +34,9 @@ function genUserTable(users) {
};
res += `
- ${user.username} |
+ ${user.username} |
${userPerms.join(", ")} |
- |
+
`;
}
res += ``;
diff --git a/www/dashboard/users/info.html b/www/dashboard/users/info.html
index a302101..917bccc 100644
--- a/www/dashboard/users/info.html
+++ b/www/dashboard/users/info.html
@@ -13,5 +13,6 @@
+Retour