Commit b2ba9002f8a4242b5aca0650d453d4c320a3721f

Authored by Matheus Lins
1 parent 5179c86e

fixing tamplate tag image

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
users/templates/users/profile.html
@@ -37,7 +37,7 @@ @@ -37,7 +37,7 @@
37 <div class="card-body"> 37 <div class="card-body">
38 <div class="row"> 38 <div class="row">
39 <div class="col-md-4"> 39 <div class="col-md-4">
40 - <img src="{{ user.image.url }}" class="img-responsive center-block img-circle" alt="foto perfil" style="max-height:174px"> 40 + <img src="{{ user.image_url }}" class="img-responsive center-block img-circle" alt="foto perfil" style="max-height:174px">
41 </div> 41 </div>
42 <div class="col-md-8"> 42 <div class="col-md-8">
43 <table class="table table-hover table-edited"> 43 <table class="table table-hover table-edited">