From 374cfd866d7a70f5fb2aadac64e6ab5c9f4e5a68 Mon Sep 17 00:00:00 2001 From: janeczku Date: Fri, 17 Jun 2016 20:01:44 +0200 Subject: [PATCH] Disable autocomplete in user edit --- cps/templates/user_edit.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/cps/templates/user_edit.html b/cps/templates/user_edit.html index 142adfb2..4775af1a 100644 --- a/cps/templates/user_edit.html +++ b/cps/templates/user_edit.html @@ -2,21 +2,21 @@ {% block body %}

{{title}}

-
+ {% if g.user and g.user.role_admin() and new_user %}
- +
{% endif %}
- +
{% if g.user and g.user.role_passwd() or g.user.role_admin()%}
- +
{% endif %}