forked from rDrama/rDrama
1
0
Fork 0
master
kek7198 2021-12-12 12:47:53 -06:00
parent 2dc26fac9b
commit 92ed4359d0
1 changed files with 14 additions and 1 deletions

View File

@ -251,6 +251,19 @@
{% block content %}
<div class="col-span-full xl:col-span-9">
{% if v and v.admin_level > 1 and u.agendaposter %}
<!-- Non-dismissable Alerts -->
<div class="p-2.5 md:p-0">
<!-- Banned -->
<div class="mt-4 mb-0 rounded-lg shadow-lg flex items-center p-3 text-white bg-yellow-600 border border-yellow-900 shadow-inset-t-white-10">
<i class="fas fa-gavel fa-fw mr-1"></i>
<div class="font-medium">
{{ u.username }} has Agendaposter theme activated
</div>
</div>
</div>
{% endif %}
{% if u.is_suspended %}
<!-- Non-dismissable Alerts -->
<div class="p-2.5 md:p-0">
@ -266,7 +279,7 @@
{% endif %}
</div>
</div>
{% endif %}
{% endif %}
{% if v and v.admin_level > 1 and u.shadowbanned %}
<!-- Non-dismissable Alerts -->