Fix broken profile template
This commit is contained in:
parent
d115224268
commit
8d9bfa0c8d
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
|||
<div class="row">
|
||||
<div class="col-md-2"></div>
|
||||
<div class="col-md-6">
|
||||
<div class="h2"><img class="align-bottom" border="1" src="{{user.profile.avatar}}" height="64px"/> {{user.user}}</div>
|
||||
<div class="h2"><img class="align-bottom" border="1" src="{{user.avatar}}" height="64px"/> {{user.user}}</div>
|
||||
|
||||
<p>Full name: <strong>{{user.realname}}</strong></p>
|
||||
|
||||
|
|
Loading…
Reference in a new issue