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,8 +25,8 @@ | ||
25 | </div> | 25 | </div> |
26 | {% else %} | 26 | {% else %} |
27 | <div class="form-group {% if form.has_error %} has-error {% endif %} is-fileinput"> | 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 | {% if field.auto_id == 'id_description' %} | 30 | {% if field.auto_id == 'id_description' %} |
31 | {% render_field field class='form-control text_wysiwyg' %} | 31 | {% render_field field class='form-control text_wysiwyg' %} |
32 | {% else %} | 32 | {% else %} |
@@ -34,9 +34,9 @@ | @@ -34,9 +34,9 @@ | ||
34 | {% endif %} | 34 | {% endif %} |
35 | </div> | 35 | </div> |
36 | {% endif %} | 36 | {% endif %} |
37 | - | 37 | + |
38 | <span class="help-block">{{ field.help_text }}</span> | 38 | <span class="help-block">{{ field.help_text }}</span> |
39 | - | 39 | + |
40 | {% if field.errors %} | 40 | {% if field.errors %} |
41 | <div class="row"> | 41 | <div class="row"> |
42 | </br> | 42 | </br> |
@@ -110,4 +110,4 @@ | @@ -110,4 +110,4 @@ | ||
110 | btn.switchClass("fa-angle-down", "fa-angle-right", 250, "easeInOutQuad"); | 110 | btn.switchClass("fa-angle-down", "fa-angle-right", 250, "easeInOutQuad"); |
111 | } | 111 | } |
112 | }); | 112 | }); |
113 | -</script> | ||
114 | \ No newline at end of file | 113 | \ No newline at end of file |
114 | +</script> |