diff --git a/corehq/apps/hqwebapp/tests/data/bootstrap5_diffs/reports/tableau_template.html.diff.txt b/corehq/apps/hqwebapp/tests/data/bootstrap5_diffs/reports/tableau_template.html.diff.txt index a3a22cc0f3ae..ac7b26dada49 100644 --- a/corehq/apps/hqwebapp/tests/data/bootstrap5_diffs/reports/tableau_template.html.diff.txt +++ b/corehq/apps/hqwebapp/tests/data/bootstrap5_diffs/reports/tableau_template.html.diff.txt @@ -3,10 +3,10 @@ @@ -1,4 +1,4 @@ -{% extends "hqwebapp/bootstrap3/base_section.html" %} +{% extends "hqwebapp/bootstrap5/base_section.html" %} - {% load compress %} {% load hq_shared_tags %} - {% load i18n %} -@@ -21,7 +21,7 @@ + + {% block page_content %} +@@ -18,7 +18,7 @@
diff --git a/corehq/apps/integration/templates/integration/base_cloudcare_template.html b/corehq/apps/integration/templates/integration/base_cloudcare_template.html index 20f7e5ea991c..306cbb08a648 100644 --- a/corehq/apps/integration/templates/integration/base_cloudcare_template.html +++ b/corehq/apps/integration/templates/integration/base_cloudcare_template.html @@ -1,6 +1,5 @@ {% extends "hqwebapp/bootstrap5/base_navigation.html" %} {% load i18n %} -{% load static %} {% load hq_shared_tags %} {% load compress %} diff --git a/corehq/apps/integration/templates/integration/web_app_dialer.html b/corehq/apps/integration/templates/integration/web_app_dialer.html index 33e98824aefb..bee9c68001a9 100644 --- a/corehq/apps/integration/templates/integration/web_app_dialer.html +++ b/corehq/apps/integration/templates/integration/web_app_dialer.html @@ -1,7 +1,6 @@ {% extends "integration/base_cloudcare_template.html" %} {% load i18n %} {% load hq_shared_tags %} -{% load static %} {% load compress %} {% requirejs_main_b5 "integration/js/dialer/domain_dialer_main" %} diff --git a/corehq/apps/integration/templates/integration/web_app_gaen_otp.html b/corehq/apps/integration/templates/integration/web_app_gaen_otp.html index 4e77a18fd057..3e77ed3cf66c 100644 --- a/corehq/apps/integration/templates/integration/web_app_gaen_otp.html +++ b/corehq/apps/integration/templates/integration/web_app_gaen_otp.html @@ -1,7 +1,6 @@ {% extends "integration/base_cloudcare_template.html" %} {% load i18n %} {% load hq_shared_tags %} -{% load static %} {% load compress %} {% block stylesheets %} diff --git a/corehq/apps/integration/templates/integration/web_app_integration_err.html b/corehq/apps/integration/templates/integration/web_app_integration_err.html index 799f0f79c7c5..84bcd0ac82f7 100644 --- a/corehq/apps/integration/templates/integration/web_app_integration_err.html +++ b/corehq/apps/integration/templates/integration/web_app_integration_err.html @@ -1,7 +1,6 @@ {% extends "integration/base_cloudcare_template.html" %} {% load i18n %} {% load hq_shared_tags %} -{% load static %} {% load compress %} {% requirejs_main_b5 "integration/js/dialer/domain_dialer_main" %} diff --git a/corehq/apps/reports/templates/reports/bootstrap3/tableau_template.html b/corehq/apps/reports/templates/reports/bootstrap3/tableau_template.html index 64fceae77ee1..c31d714e80af 100644 --- a/corehq/apps/reports/templates/reports/bootstrap3/tableau_template.html +++ b/corehq/apps/reports/templates/reports/bootstrap3/tableau_template.html @@ -1,8 +1,5 @@ {% extends "hqwebapp/bootstrap3/base_section.html" %} -{% load compress %} {% load hq_shared_tags %} -{% load i18n %} -{% load static %} {% block page_content %} diff --git a/corehq/apps/reports/templates/reports/bootstrap5/tableau_template.html b/corehq/apps/reports/templates/reports/bootstrap5/tableau_template.html index db61d8e1b523..8d457559a275 100644 --- a/corehq/apps/reports/templates/reports/bootstrap5/tableau_template.html +++ b/corehq/apps/reports/templates/reports/bootstrap5/tableau_template.html @@ -1,8 +1,5 @@ {% extends "hqwebapp/bootstrap5/base_section.html" %} -{% load compress %} {% load hq_shared_tags %} -{% load i18n %} -{% load static %} {% block page_content %}