Commit 8009ef2879cd2810cf18f1df4d647ff594e44a39
1 parent
ec50dc49
Exists in
master
and in
2 other branches
Fixing subject groups creation bug
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
students_group/templates/groups/_form.html
@@ -9,7 +9,7 @@ | @@ -9,7 +9,7 @@ | ||
9 | <div class="panel-heading"> | 9 | <div class="panel-heading"> |
10 | <div class="row"> | 10 | <div class="row"> |
11 | <div class="col-md-12"> | 11 | <div class="col-md-12"> |
12 | - <a data-parent="#professors_accordion" data-toggle="collapse" href="#participants"> | 12 | + <a data-parent="#professors_accordion" data-toggle="collapse" href="#group_participants"> |
13 | <h4 class="panel-title"> | 13 | <h4 class="panel-title"> |
14 | <button class="btn btn-default btn-xs text-center cat-selector"><i class="fa fa-angle-right fa-2x" aria-hidden="true"></i></button><label for="{{ field.auto_id }}">{{ field.label }}</label> | 14 | <button class="btn btn-default btn-xs text-center cat-selector"><i class="fa fa-angle-right fa-2x" aria-hidden="true"></i></button><label for="{{ field.auto_id }}">{{ field.label }}</label> |
15 | </h4> | 15 | </h4> |
@@ -17,7 +17,7 @@ | @@ -17,7 +17,7 @@ | ||
17 | </div> | 17 | </div> |
18 | </div> | 18 | </div> |
19 | </div> | 19 | </div> |
20 | - <div id="participants" class="panel-collapse collapse"> | 20 | + <div id="group_participants" class="panel-collapse collapse"> |
21 | <p><em>{% trans 'Attribute students to group' %}:</em></p> | 21 | <p><em>{% trans 'Attribute students to group' %}:</em></p> |
22 | {% render_field field class='form-control' %} | 22 | {% render_field field class='form-control' %} |
23 | </div> | 23 | </div> |