forked from MarseyWorld/MarseyWorld
remove chat stuff not used anymore
parent
c8b4947fa4
commit
380e91e9c4
File diff suppressed because one or more lines are too long
|
@ -349,10 +349,7 @@
|
|||
</li>
|
||||
{% endif %}
|
||||
<li class="mt-3">
|
||||
{% if request.path == "/chat" %}
|
||||
<h4 class="ml-3">Users in chat right now</h4>
|
||||
<div id="online3" class="col text-left d-lg-none bg-white mb-6" style="max-width:300px"></div>
|
||||
{% elif has_sidebar %}
|
||||
{% if has_sidebar %}
|
||||
{% include "sidebar_" + SITE_NAME + ".html" %}
|
||||
{% endif %}
|
||||
</li>
|
||||
|
|
Loading…
Reference in New Issue