Use gravatar URL in /user/x

Even though only mods/admins can see it
This commit is contained in:
Kfir Hadas 2017-05-25 09:29:38 +03:00
parent 142dd5359c
commit 80a5cb65a4
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@
<h2>User Information</h2><br>
<div class="row" style="margin-bottom: 20px;">
<div class="col-sm-2" style="max-width: 150px;">
<img class="avatar" src="https://nyaa.si/static/img/avatar/default.png">
<img class="avatar" src="{{ user.gravatar_url() }}">
</div>
<div class="col-sm-10">
<dl class="dl-horizontal">