mirror of
https://github.com/sb745/NyaaV3.git
synced 2025-03-12 22:06:55 +02:00
Merge pull request #183 from sharkykh/user-page-gravatar
Use gravatar URL in /user/<username>
This commit is contained in:
commit
d07e3e34ae
1 changed files with 1 additions and 1 deletions
|
@ -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">
|
||||
|
|
Loading…
Add table
Reference in a new issue