forked from MarseyWorld/MarseyWorld
last commit but better
parent
c1540c6010
commit
76280a1d74
|
@ -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 %}
|
||||
|
|
Loading…
Reference in New Issue