Commit 7e4e3dd52b43adbe1f35b151660a986a758989a4
1 parent
8121a1ad
Exists in
master
and in
3 other branches
Changed font size in groups
Showing
1 changed file
with
5 additions
and
5 deletions
Show diff stats
students_group/templates/groups/_form.html
... | ... | @@ -25,8 +25,8 @@ |
25 | 25 | </div> |
26 | 26 | {% else %} |
27 | 27 | <div class="form-group {% if form.has_error %} has-error {% endif %} is-fileinput"> |
28 | - <label for="{{ field.auto_id }}" class="control-label">{{ field.label }}</label> | |
29 | - | |
28 | + <label for="{{ field.auto_id }}">{{ field.label }}</label> | |
29 | + | |
30 | 30 | {% if field.auto_id == 'id_description' %} |
31 | 31 | {% render_field field class='form-control text_wysiwyg' %} |
32 | 32 | {% else %} |
... | ... | @@ -34,9 +34,9 @@ |
34 | 34 | {% endif %} |
35 | 35 | </div> |
36 | 36 | {% endif %} |
37 | - | |
37 | + | |
38 | 38 | <span class="help-block">{{ field.help_text }}</span> |
39 | - | |
39 | + | |
40 | 40 | {% if field.errors %} |
41 | 41 | <div class="row"> |
42 | 42 | </br> |
... | ... | @@ -110,4 +110,4 @@ |
110 | 110 | btn.switchClass("fa-angle-down", "fa-angle-right", 250, "easeInOutQuad"); |
111 | 111 | } |
112 | 112 | }); |
113 | -</script> | |
114 | 113 | \ No newline at end of file |
114 | +</script> | ... | ... |