diff --git a/students_group/templates/groups/_form.html b/students_group/templates/groups/_form.html
index a8bda33..6c7ec41 100644
--- a/students_group/templates/groups/_form.html
+++ b/students_group/templates/groups/_form.html
@@ -25,8 +25,8 @@
{% else %}
-
-
+
+
{% if field.auto_id == 'id_description' %}
{% render_field field class='form-control text_wysiwyg' %}
{% else %}
@@ -34,9 +34,9 @@
{% endif %}
{% endif %}
-
+
{{ field.help_text }}
-
+
{% if field.errors %}
@@ -110,4 +110,4 @@
btn.switchClass("fa-angle-down", "fa-angle-right", 250, "easeInOutQuad");
}
});
-
\ No newline at end of file
+
--
libgit2 0.21.2