Use the profile user's avatar instead of the requester's avatar

This commit is contained in:
Michael Hall 2018-03-01 17:22:07 -05:00
parent 92b6370ed7
commit d115224268

View file

@ -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="{{request.user.profile.avatar}}" height="64px"/> {{user.user}}</div>
<div class="h2"><img class="align-bottom" border="1" src="{{user.profile.avatar}}" height="64px"/> {{user.user}}</div>
<p>Full name: <strong>{{user.realname}}</strong></p>