From 0777b966ecb8b3722f3e564f3ad416e610d59a3e Mon Sep 17 00:00:00 2001 From: Aevann Date: Wed, 24 Apr 2024 02:46:37 +0200 Subject: [PATCH] fix 500 error --- files/templates/chat.html | 4 +++- files/templates/orgy.html | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) 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 %}