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 c1fb230a78d498253e2e450bf4f139f58ab5c2f2..90ec6be460e796b36b14430dfb52355784a038cd 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 d43088e78b1915b58a4caa72896d31f5326af319..86d9f570cdde0ea4b97144f92ca3acaf095f844a 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 dc2792ddf6bed07d49348558fe17dabf666a8c6d..6ed4a44e377ebc14657f64ad843e075cc8aab30e 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 %}