fix
This commit is contained in:
parent
a9236c843e
commit
07fcb83bb5
1 changed files with 29 additions and 25 deletions
|
@ -251,6 +251,8 @@
|
|||
{% block content %}
|
||||
<div class="col-span-full xl:col-span-9">
|
||||
|
||||
{% if u.is_suspended or u.shadowbanned %}
|
||||
<div class="flex flex-col space-y-2">
|
||||
{% if u.is_suspended %}
|
||||
<!-- Non-dismissable Alerts -->
|
||||
<div class="p-2.5 md:p-0">
|
||||
|
@ -280,6 +282,8 @@
|
|||
</div>
|
||||
</div>
|
||||
{% endif %}
|
||||
</div>
|
||||
{% endif %}
|
||||
|
||||
<div class="sm:py-4 my-2.5 sm:my-0">
|
||||
{% if not "saved" in request.full_path %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue