diff --git a/corehq/apps/hqwebapp/tests/data/bootstrap5_diffs/reports/partials/punchcard.html.diff.txt b/corehq/apps/hqwebapp/tests/data/bootstrap5_diffs/reports/partials/punchcard.html.diff.txt deleted file mode 100644 index cb63f9586b16..000000000000 --- a/corehq/apps/hqwebapp/tests/data/bootstrap5_diffs/reports/partials/punchcard.html.diff.txt +++ /dev/null @@ -1,22 +0,0 @@ ---- -+++ -@@ -1,14 +1,14 @@ - {% load i18n %} --
--
--

{{ report.title }}: {% trans "Hour vs. Weekday" %}

-+
{# todo B5: css:panel #} -+
-+

{{ report.title }}: {% trans "Hour vs. Weekday" %}

-
--
-+
- {% if error %} -
{{ error }}
- {% endif %} - {% if chart_url %} -- -+ {# todo B5: inline style #} - {% endif %} -
-
diff --git a/corehq/apps/reports/templates/reports/partials/bootstrap3/punchcard.html b/corehq/apps/reports/templates/reports/partials/bootstrap3/punchcard.html deleted file mode 100644 index 4078f3cfb6a9..000000000000 --- a/corehq/apps/reports/templates/reports/partials/bootstrap3/punchcard.html +++ /dev/null @@ -1,14 +0,0 @@ -{% load i18n %} -
-
-

{{ report.title }}: {% trans "Hour vs. Weekday" %}

-
-
- {% if error %} -
{{ error }}
- {% endif %} - {% if chart_url %} - - {% endif %} -
-
diff --git a/corehq/apps/reports/templates/reports/partials/bootstrap5/punchcard.html b/corehq/apps/reports/templates/reports/partials/bootstrap5/punchcard.html deleted file mode 100644 index 162411a2a270..000000000000 --- a/corehq/apps/reports/templates/reports/partials/bootstrap5/punchcard.html +++ /dev/null @@ -1,14 +0,0 @@ -{% load i18n %} -
{# todo B5: css:panel #} -
-

{{ report.title }}: {% trans "Hour vs. Weekday" %}

-
-
- {% if error %} -
{{ error }}
- {% endif %} - {% if chart_url %} - {# todo B5: inline style #} - {% endif %} -
-