From 61a76f624decd9d9ef3afadaf584d46fe56e0817 Mon Sep 17 00:00:00 2001 From: Alex Auvolat Date: Mon, 10 Feb 2020 09:54:33 +0100 Subject: Make some values non deletable --- templates/admin_ldap.html | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'templates/admin_ldap.html') diff --git a/templates/admin_ldap.html b/templates/admin_ldap.html index 4480d10..c7a0872 100644 --- a/templates/admin_ldap.html +++ b/templates/admin_ldap.html @@ -76,11 +76,13 @@
-
- - - -
+ {{if $value.Deletable}} +
+ + + +
+ {{end}}
{{end}} -- cgit v1.2.3