Commit f714d93b7f8586ffb70581d372c28d2e586b76e5
1 parent
8c5ab342
Exists in
master
and in
2 other branches
Error adjustment
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
users/templates/users/register.html
... | ... | @@ -58,7 +58,7 @@ |
58 | 58 | {% elif field.auto_id == 'id_height' %} |
59 | 59 | <input class="form-control" id="id_height" name="height" type="hidden"> |
60 | 60 | {% else %} |
61 | - <div class="col-lg-12 col-md-12 col-sm-12"> | |
61 | + <div class="form-group col-lg-12 col-md-12 col-sm-12"> | |
62 | 62 | <div class="form-group form-group-md"> |
63 | 63 | <div class="col-md-12 col-sm-12 col-xs-12 col-lg-12"> |
64 | 64 | {% if field.auto_id == 'id_image' %} | ... | ... |