Исправлено отображение блока с информацией о деактивации

This commit is contained in:
n1rwana 2023-08-15 01:46:06 +03:00
parent a2c5896fa1
commit 930b0a364b
No known key found for this signature in database
GPG key ID: 184A60085ABF17D8

View file

@ -301,7 +301,7 @@
</div>
</div>
{ifset $thisUser}
{if !$thisUser->isBanned()}
{if !$thisUser->isBanned() && !$thisUser->isDeleted()}
</div>
{/if}
{/ifset}