last commit but better

pull/157/head
Aevann 2023-06-22 17:29:45 +03:00
parent c1540c6010
commit 76280a1d74
1 changed files with 3 additions and 2 deletions

View File

@ -344,10 +344,11 @@
<a class="btn btn-primary btn-block" href="/signup?redirect={{request.full_path | urlencode}}">Sign up</a>
</li>
{% endif %}
<li class="mt-3 mb-6 pb-6">
<li class="mt-3">
{% if request.path.endswith("/chat") %}
<h5 class="ml-3">Users Online</h5>
<div id="online3" class="col text-left d-lg-none bg-white" style="max-width:300px"></div>
<div id="online3" class="col text-left d-lg-none bg-white mb-6 pb-6" style="max-width:300px"></div>
<br><br>
{% elif has_sidebar %}
{% include "sidebar_" ~ SITE_NAME ~ ".html" %}
{% endif %}