From 2df43831f5222df3771b6c0557c6ddade6543621 Mon Sep 17 00:00:00 2001 From: Brandon Rodriguez <brodriguez8774@gmail.com> Date: Thu, 2 Mar 2023 17:34:23 -0500 Subject: [PATCH] Update some project name references --- .../test_app/templates/test_app/root_project_home_page.html | 2 +- .../test_app/templates/test_app/root_project_home_page.html | 2 +- .../test_app/templates/test_app/root_project_home_page.html | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/django_v2/test_app/templates/test_app/root_project_home_page.html b/django_v2/test_app/templates/test_app/root_project_home_page.html index c1fb230..90ec6be 100644 --- a/django_v2/test_app/templates/test_app/root_project_home_page.html +++ b/django_v2/test_app/templates/test_app/root_project_home_page.html @@ -2,7 +2,7 @@ {% block page_header %} - Django Test Project - LTS v2.2 + Django Testing Sandbox - LTS v2.2 {% endblock page_header %} diff --git a/django_v3/test_app/templates/test_app/root_project_home_page.html b/django_v3/test_app/templates/test_app/root_project_home_page.html index d43088e..86d9f57 100644 --- a/django_v3/test_app/templates/test_app/root_project_home_page.html +++ b/django_v3/test_app/templates/test_app/root_project_home_page.html @@ -2,7 +2,7 @@ {% block page_header %} - Django Test Project - LTS v3.2 + Django Testing Sandbox - LTS v3.2 {% endblock page_header %} diff --git a/django_v4/test_app/templates/test_app/root_project_home_page.html b/django_v4/test_app/templates/test_app/root_project_home_page.html index dc2792d..6ed4a44 100644 --- a/django_v4/test_app/templates/test_app/root_project_home_page.html +++ b/django_v4/test_app/templates/test_app/root_project_home_page.html @@ -2,7 +2,7 @@ {% block page_header %} - Django Test Project - LTS v4.1 + Django Testing Sandbox - LTS v4.1 {% endblock page_header %} -- GitLab