diff --git a/corehq/apps/hqwebapp/templates/hqwebapp/base_mobile.html b/corehq/apps/hqwebapp/templates/hqwebapp/base_mobile.html deleted file mode 100644 index 130700519be2..000000000000 --- a/corehq/apps/hqwebapp/templates/hqwebapp/base_mobile.html +++ /dev/null @@ -1,68 +0,0 @@ -{% load hq_shared_tags %} -{% load compress %} -{% load i18n %} - - - - {% block title %}CommCare HQ Mobile{% endblock %} - - - - - {% include 'hqwebapp/includes/bootstrap3/core_stylesheets.html' %} - - {% block stylesheets %} - {% endblock %} - - {% javascript_libraries %} - {% compress js %} - - {% endcompress %} - - - {% block head %}{% endblock %} - - - - {% block header %} - - {% endblock %} - -
- {% block breadcrumbs %}{% endblock %} - {% block content %}{% endblock %} -
- - - - {% block js %}{% endblock %} - - - diff --git a/corehq/apps/hqwebapp/utils/bootstrap/paths.py b/corehq/apps/hqwebapp/utils/bootstrap/paths.py index ecda482854d6..28ba342bb2fd 100644 --- a/corehq/apps/hqwebapp/utils/bootstrap/paths.py +++ b/corehq/apps/hqwebapp/utils/bootstrap/paths.py @@ -18,7 +18,6 @@ "hqwebapp": [ "hqwebapp/js/resource_versions.js", "hqwebapp/base.html", - "hqwebapp/base_mobile.html", "hqwebapp/includes/inactivity_modal_data.html", "hqwebapp/includes/core_libraries.html", "hqwebapp/includes/ui_element_js.html",