From 53a632fe595c8c78e51ede52e4e997dbac72afcd Mon Sep 17 00:00:00 2001 From: grisel-davy Date: Sat, 25 Aug 2018 21:36:54 +0200 Subject: [PATCH] checkbox pour les cableurs --- users/templates/users/user.html | 28 +++++++++++++++++++++------- 1 file changed, 21 insertions(+), 7 deletions(-) diff --git a/users/templates/users/user.html b/users/templates/users/user.html index c74f0c36..4f4989ff 100644 --- a/users/templates/users/user.html +++ b/users/templates/users/user.html @@ -27,6 +27,7 @@ with this program; if not, write to the Free Software Foundation, Inc., {% load widget_tweaks %} {% load massive_bootstrap_form %} {% load static %} +{% load acl %} {% load i18n %} {% block title %}{% trans "Users" %}{% endblock %} @@ -89,27 +90,40 @@ function submitBday() {
-