Skip to content

Commit

Permalink
feat: make webchat available in all pages except on login
Browse files Browse the repository at this point in the history
  • Loading branch information
teehamaral committed Mar 8, 2024
1 parent 853703d commit a8cf2ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/frame.haml
Original file line number Diff line number Diff line change
Expand Up @@ -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 %}

Expand Down

0 comments on commit a8cf2ef

Please sign in to comment.