forked from MarseyWorld/MarseyWorld
pretty prev commit up
parent
a817fc35c0
commit
39da83e913
|
@ -328,7 +328,15 @@
|
|||
{% endif %}
|
||||
<li class="mt-3">
|
||||
{% if request.path == "/chat" %}
|
||||
<div id="online3" class="col sidebar text-left d-lg-none pt-3 bg-white" style="max-width:300px"></div>
|
||||
<div id="online3" class="col text-left d-lg-none pt-3 bg-white" style="max-width:300px"></div>
|
||||
<pre>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</pre>
|
||||
{% elif has_sidebar %}
|
||||
{% include "sidebar_" + SITE_NAME + ".html" %}
|
||||
{% endif %}
|
||||
|
|
Loading…
Reference in New Issue