From 22b9bef06f90171d0495566b4a6ebaeb2398ba3a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gon=C3=A9ri=20Le=20Bouder?= Date: Tue, 29 Oct 2024 18:07:56 -0400 Subject: [PATCH] chatbot: also show the Chatbot link on the /trial page --- ansible_ai_connect/users/templates/users/trial.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ansible_ai_connect/users/templates/users/trial.html b/ansible_ai_connect/users/templates/users/trial.html index c67691233..bc08291fd 100644 --- a/ansible_ai_connect/users/templates/users/trial.html +++ b/ansible_ai_connect/users/templates/users/trial.html @@ -134,6 +134,9 @@

{{ project_name }}

{% if deployment_mode == 'saas' and user.is_authenticated and user.rh_user_is_org_admin %} Admin Portal {% endif %} + {% if chatbot_enabled and deployment_mode == 'saas' and user.is_authenticated and rh_employee_or_test_user %} + Chatbot + {% endif %}