From a8cf2ef59c8354dcef058bb757bcb6aacfcf9d90 Mon Sep 17 00:00:00 2001 From: Teeh Amaral Date: Fri, 8 Mar 2024 11:26:22 -0300 Subject: [PATCH] feat: make webchat available in all pages except on login --- templates/frame.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/frame.haml b/templates/frame.haml index fb19b2ec6c9..2bcc3b97161 100644 --- a/templates/frame.haml +++ b/templates/frame.haml @@ -492,7 +492,7 @@ }); - -if "msg" in request.path or "contact" in request.path or "flow" in request.path + -if request.get_full_path != "/user/forget/" and request.get_full_path != "/users/login/" and request.get_full_path != "/" -include "includes/ccl_webchat.haml" {% endblock body %}