From 5c3cbd5241d9abc7d3ebdc30b2f735b82d1dd11b Mon Sep 17 00:00:00 2001 From: Gustavo Date: Mon, 20 Mar 2017 13:38:38 -0300 Subject: [PATCH] Including mandatory fields signaling in the groups --- students_group/templates/groups/_form.html | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/students_group/templates/groups/_form.html b/students_group/templates/groups/_form.html index 6c7ec41..bc8167c 100644 --- a/students_group/templates/groups/_form.html +++ b/students_group/templates/groups/_form.html @@ -25,8 +25,11 @@ {% else %}
- - + {% if field.field.required %} + + {% else %} + + {% endif %} {% if field.auto_id == 'id_description' %} {% render_field field class='form-control text_wysiwyg' %} {% else %} -- libgit2 0.21.2