Removes username snippet
This commit is contained in:
parent
a63471c56f
commit
0bd27928e4
15 changed files with 58 additions and 37 deletions
|
@ -15,7 +15,7 @@
|
|||
{% for user in request.user.blocks.all %}
|
||||
<li class="is-flex">
|
||||
<p>
|
||||
{% include 'snippets/avatar.html' with user=user %} {% include 'snippets/username.html' with user=user %}
|
||||
<a href="{{ user.local_path }}">{% include 'snippets/avatar.html' with user=user %} {{ user.display_name }}</a>
|
||||
</p>
|
||||
<p class="mr-2">
|
||||
{% include 'snippets/block_button.html' with user=user %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue