mirror of
https://github.com/bookwyrm-social/bookwyrm.git
synced 2024-11-06 00:49:38 +00:00
f4008eb8c8
Fixes #70
11 lines
304 B
HTML
11 lines
304 B
HTML
<div>
|
|
<div>
|
|
{% include 'snippets/avatar.html' with user=user %}
|
|
{% include 'snippets/username.html' with user=user %}
|
|
<small>{{ user.username }}</small>
|
|
</div>
|
|
{% if not is_self %}
|
|
{% include 'snippets/follow_button.html' with user=user %}
|
|
{% endif %}
|
|
</div>
|
|
|