diff --git a/corehq/apps/hqadmin/templates/hqadmin/hqadmin_base_report.html b/corehq/apps/hqadmin/templates/hqadmin/hqadmin_base_report.html deleted file mode 100644 index 374241b4b965..000000000000 --- a/corehq/apps/hqadmin/templates/hqadmin/hqadmin_base_report.html +++ /dev/null @@ -1,61 +0,0 @@ -{% extends "hqwebapp/bootstrap3/two_column.html" %} -{% load hq_shared_tags %} -{% load i18n %} - -{% block title %}{% if current_page and section %}{% if current_page.title %}{{ current_page.title }} : {% endif %}{{ section.page_name }} {% else %}{{ report.title }}{% endif %}: Admin Reports{% endblock %} - -{% block js %}{{ block.super }} - {% if not use_js_bundler %} - {% if request.use_datatables %} - - {% endif %} - {% if request.use_jquery_ui %} - - {% endif %} - - - {% endif %} -{% endblock %} - -{% block page_breadcrumbs %} -
-{% endblock %} - -{% block pre_page_content %} - {% if report.is_exportable or report.is_emailable or report.is_printable %} -