diff --git a/bulletin/templates/bulletin/_form.html b/bulletin/templates/bulletin/_form.html index 72d2a72..8dd2177 100644 --- a/bulletin/templates/bulletin/_form.html +++ b/bulletin/templates/bulletin/_form.html @@ -27,7 +27,7 @@
{% trans 'Attribute students to bulletin' %}:
- {% render_field form.students class='form-control' %} - - {{ form.students.help_text }} - - {% if form.students.errors %} -{% trans 'Attribute groups to bulletin' %}:
- {% render_field form.groups class='form-control' %} - - {{ form.groups.help_text }} - - {% if form.groups.errors %} -