diff --git a/app/views/editUser.scala.html b/app/views/editUser.scala.html
index c2acfa13f..908905982 100644
--- a/app/views/editUser.scala.html
+++ b/app/views/editUser.scala.html
@@ -5,6 +5,7 @@
@main(currentUser)(s"Utilisateur ${form("name").value.getOrElse("")}") {
+
}{
@helper.form(action = routes.UserController.editUserPost(userId), 'class -> "mdl-grid mdl-cell mdl-cell--12-col") {
@form.value match {
@@ -52,7 +53,7 @@
@helper.checkbox(form("disabled"), 'type -> "checkbox", 'label -> "Désactiver l'utilisateur", 'class -> "mdl-checkbox__input")
@if(unused) {
-
+
}
Délégations
@@ -164,16 +165,26 @@
}
}
-