mirror of
https://gitlab.com/SIGBUS/nyaa.git
synced 2024-12-22 15:10:01 +00:00
Use gravatar URL in /user/x
Even though only mods/admins can see it
This commit is contained in:
parent
142dd5359c
commit
80a5cb65a4
|
@ -7,7 +7,7 @@
|
||||||
<h2>User Information</h2><br>
|
<h2>User Information</h2><br>
|
||||||
<div class="row" style="margin-bottom: 20px;">
|
<div class="row" style="margin-bottom: 20px;">
|
||||||
<div class="col-sm-2" style="max-width: 150px;">
|
<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>
|
||||||
<div class="col-sm-10">
|
<div class="col-sm-10">
|
||||||
<dl class="dl-horizontal">
|
<dl class="dl-horizontal">
|
||||||
|
|
Loading…
Reference in a new issue