diff --git a/files/templates/chat.html b/files/templates/chat.html index f94dd5441..da8630d09 100644 --- a/files/templates/chat.html +++ b/files/templates/chat.html @@ -97,5 +97,7 @@ - + {% if not session.get("GLOBAL") %} + + {% endif %} {% endblock %} diff --git a/files/templates/orgy.html b/files/templates/orgy.html index 66e36e6bc..f65fd1b4d 100644 --- a/files/templates/orgy.html +++ b/files/templates/orgy.html @@ -90,5 +90,7 @@ - + {% if not session.get("GLOBAL") %} + + {% endif %} {% endblock %}