Commit 303a42a03aa69ceed6f973b58ed4e9a335080700
1 parent
45e7baf3
Exists in
master
and in
5 other branches
Removing row class inside another row and close issue #25 -- were occasional errors
Showing
1 changed file
with
2 additions
and
4 deletions
Show diff stats
users/templates/users/profile.html
... | ... | @@ -28,10 +28,8 @@ |
28 | 28 | |
29 | 29 | {% block content %} |
30 | 30 | <div class="row"> |
31 | - <div class="row"> | |
32 | - <div class="col-lg-offset-4 col-lg-2"> | |
33 | - <img src="" class="img-responsive center-block " alt="logo amadeus"> | |
34 | - </div> | |
31 | + <div class="col-lg-offset-4 col-lg-2"> | |
32 | + <img src="" class="img-responsive center-block " alt="logo amadeus"> | |
35 | 33 | </div> |
36 | 34 | </div> |
37 | 35 | <div class="row"> | ... | ... |