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