From 08a7ec3292cd538f487e77a850943d5859231767 Mon Sep 17 00:00:00 2001 From: Alex Auvolat Date: Sun, 9 Feb 2020 23:20:44 +0100 Subject: Ability to delete an object --- templates/admin_ldap.html | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'templates') diff --git a/templates/admin_ldap.html b/templates/admin_ldap.html index 3ceed7d..193f4e6 100644 --- a/templates/admin_ldap.html +++ b/templates/admin_ldap.html @@ -190,6 +190,22 @@ {{end}} +{{if .CanDelete}} +
+
Supprimer l'objet
+
+ Attention, cette opération est irrévocable ! +
+
+
+ +
+ +
+
+
+{{end}} +
{{end}} -- cgit v1.2.3