Commit dd13a55d86ba8bee39d2590be9065ac33b502777
1 parent
5b10ad00
Exists in
master
and in
5 other branches
Removed duplicated checkbox [Issue:#444]
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
users/templates/users/edit_profile.html
... | ... | @@ -65,7 +65,7 @@ |
65 | 65 | <label for="{{ field.auto_id }}">{{ field.label }}</label> |
66 | 66 | <div class="checkbox"> |
67 | 67 | <label for="{{ field.auto_id }}"> |
68 | - {% render_field field %}<span class="checkbox-material"><span class="check"></span></span> {{field.label}} | |
68 | + {% render_field field %} {{field.label}} | |
69 | 69 | </label> |
70 | 70 | </div> |
71 | 71 | {% endif %} | ... | ... |