fix
parent
bef44076a5
commit
c8526b84ad
|
@ -265,6 +265,19 @@
|
|||
</div>
|
||||
{% endif %}
|
||||
|
||||
{% if v and v.admin_level > 1 and u.is_suspended %}
|
||||
<!-- Non-dismissable Alerts -->
|
||||
<div class="p-2.5 md:p-0">
|
||||
<!-- Banned -->
|
||||
<div class="mt-4 mb-0 rounded-lg shadow-lg p-3 text-white bg-red-600 border border-red-900 shadow-inset-t-white-10">
|
||||
<i class="fas fa-gavel fa-fw mr-1"></i>
|
||||
<span class="font-medium">
|
||||
{{ u.username }} is shadowbanned
|
||||
</span>
|
||||
</div>
|
||||
</div>
|
||||
{% endif %}
|
||||
|
||||
<div class="sm:py-4 my-2.5 sm:my-0">
|
||||
{% if not "saved" in request.full_path %}
|
||||
<div class="flex justify-end md:justify-start mb-3 md:m-0 px-2.5 md:px-0">
|
||||
|
|
Loading…
Reference in New Issue