mirror of
https://github.com/minetest/contentdb.git
synced 2024-12-22 14:02:24 +01:00
Fix gravatar link being a button
This commit is contained in:
parent
f7d4b4bf6d
commit
f94885a58f
@ -22,7 +22,7 @@
|
||||
<div class="card-body row">
|
||||
<div class="col-md-2">
|
||||
{% if user.email %}
|
||||
<a class="btn btn-primary" href="https://en.gravatar.com/">
|
||||
<a href="https://en.gravatar.com/">
|
||||
{% endif %}
|
||||
<img class="img-responsive user-photo img-thumbnail img-thumbnail-1" src="{{ (user.email or '') | gravatar }}">
|
||||
{% if user.email %}
|
||||
|
Loading…
Reference in New Issue
Block a user