We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c473f09 commit a84cf09Copy full SHA for a84cf09
ansible_ai_connect/main/views.py
@@ -54,11 +54,11 @@ def get_context_data(self, **kwargs):
54
next_url = self.request.GET.get("next") or "/"
55
context["next"] = next_url
56
context["deployment_mode"] = settings.DEPLOYMENT_MODE
57
-
+
58
project_name = settings.ANSIBLE_AI_PROJECT_NAME
59
if next_url and next_url.startswith("/chatbot"):
60
project_name = project_name.replace(" with IBM watsonx Code Assistant", "")
61
62
context["project_name"] = project_name
63
context["aap_api_provider_name"] = settings.AAP_API_PROVIDER_NAME
64
context["documentation_url"] = settings.COMMERCIAL_DOCUMENTATION_URL
0 commit comments