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 37 <div class="card-body">
38 38 <div class="row">
39 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 41 </div>
42 42 <div class="col-md-8">
43 43 <table class="table table-hover table-edited">
... ...