mirror of
https://github.com/kevachat/webapp.git
synced 2025-01-22 20:44:59 +00:00
show nickname instead of gravatar
This commit is contained in:
parent
d01972b29d
commit
0e9e83a83f
@ -7,7 +7,10 @@
|
||||
<div>
|
||||
<a name="{{ post.id }}"></a>
|
||||
{% if post.icon %}
|
||||
<img src="{{ post.icon }}" alt="icon" />
|
||||
{# <img src="{{ post.icon }}" alt="icon" /> #}
|
||||
<strong>
|
||||
@{{ post.user }}
|
||||
</strong>
|
||||
{% else %}
|
||||
<strong>
|
||||
@{{ 'anon' | trans }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user