From f8c36334fea2fc1332341b6acfb3c974e866d9d6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gon=C3=A9ri=20Le=20Bouder?= Date: Wed, 11 Sep 2024 14:14:34 -0500 Subject: [PATCH] remove some legacy tech_preview related logic (#1296) --- ansible_ai_connect/main/templates/base.html | 9 --- .../main/templates/registration/login.html | 9 --- ansible_ai_connect/main/views.py | 5 -- .../users/templates/users/home.html | 16 +---- ansible_ai_connect/users/tests/test_views.py | 69 ------------------- 5 files changed, 3 insertions(+), 105 deletions(-) diff --git a/ansible_ai_connect/main/templates/base.html b/ansible_ai_connect/main/templates/base.html index bd48eee9e..09b01798b 100644 --- a/ansible_ai_connect/main/templates/base.html +++ b/ansible_ai_connect/main/templates/base.html @@ -11,15 +11,6 @@ {% block banner %} - {% if use_tech_preview %} -
-
- -
-

NOTE: Due to overwhelming positive demand, we have extended the availability of the {{ project_name }} Technical Preview from December 31, 2023 to March 11, 2024.

-
-
- {% endif %} {% endblock banner %} {% if messages %}