rename main code directory
This commit is contained in:
11
bookwyrm/templates/snippets/user_preview.html
Normal file
11
bookwyrm/templates/snippets/user_preview.html
Normal file
@@ -0,0 +1,11 @@
|
||||
<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>
|
||||
|
Reference in New Issue
Block a user