From c5e39a752343aaa0a5be87b0c12ec15be1402712 Mon Sep 17 00:00:00 2001 From: Ozzie Isaacs Date: Tue, 27 Jul 2021 08:09:57 +0200 Subject: [PATCH] Fix divs in user edit page --- cps/templates/user_edit.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cps/templates/user_edit.html b/cps/templates/user_edit.html index 6fb30fc3..b4429faf 100644 --- a/cps/templates/user_edit.html +++ b/cps/templates/user_edit.html @@ -83,7 +83,6 @@ {{_('Add Allowed/Denied Tags')}} {{_('Add allowed/Denied Custom Column Values')}} {% endif %} -
{% if g.user and g.user.role_admin() and not profile %} @@ -140,6 +139,7 @@
{{_('Delete User')}}
{% endif %}
+