forked from rDrama/rDrama
1
0
Fork 0
master
Aevann1 2021-12-29 18:36:48 +02:00
parent 47e1186724
commit 4f53af6c55
2 changed files with 24 additions and 25 deletions

View File

@ -276,6 +276,7 @@
</div>
{% block sidebar %}
{% if request.path == '/' %}
<div class="col sidebar text-left d-none d-lg-block pt-3 bg-white" style="max-width:300px">
<div class="sidebar-section">
<img src="/static/assets/images/banners/{{range(1,69)|random()}}.webp?a=1" width=100%>
@ -303,6 +304,7 @@
</ul>
</div>
</div>
{% endif %}
{% endblock %}
</div>
</div>

View File

@ -3,9 +3,6 @@
{% block pagetype %}userpage{% endblock %}
{% block sidebar %}
{% endblock %}
{% block title %}
{% if u and u.profilecss and (u.admin_level or not (v and v.admin_level)) %}