From dc5ba19e595e749b0407462d8fd561debd608511 Mon Sep 17 00:00:00 2001 From: grisel-davy Date: Fri, 24 Aug 2018 11:33:00 +0200 Subject: [PATCH] =?UTF-8?q?Ajout=20du=20champ=20requiered=20si=20le=20disc?= =?UTF-8?q?laimer=20est=20affich=C3=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- users/templates/users/user.html | 35 +++++++++++++++++++++++++-------- 1 file changed, 27 insertions(+), 8 deletions(-) diff --git a/users/templates/users/user.html b/users/templates/users/user.html index bbc95599..c74f0c36 100644 --- a/users/templates/users/user.html +++ b/users/templates/users/user.html @@ -37,7 +37,6 @@ with this program; if not, write to the Free Software Foundation, Inc.,
{{ userform.school.label_tag }} - {% render_field userform.school class="form-control" %} + {% render_field userform.school class="form-control" requiered=True %}
{{ userform.room.label_tag }} - {% render_field userform.room class="form-control" %} + {% render_field userform.room class="form-control" requiered=True %}
{{ userform.comment.label_tag }}