forked from rDrama/rDrama
1
0
Fork 0
master
Aevann1 2021-07-29 16:06:05 +02:00
commit 5ad1a1e807
1 changed files with 1 additions and 1 deletions

View File

@ -289,7 +289,7 @@
{% endif %}
{% if not v.id==c.author_id and v.admin_level == 0 %}
{% if v and not v.id==c.author_id and v.admin_level == 0 %}
<li class="list-inline-item text-muted d-none d-md-inline-block"><a href="javascript:void(0)" onclick="post_toast('/settings/block?username={{c.author.username}}')"><i class="fas fa-eye-slash fa-fw"></i>Block user</a></li>
{% endif %}