diff --git a/InvenTree/templates/InvenTree/search_company.html b/InvenTree/templates/InvenTree/search_company.html
deleted file mode 100644
index 776f661819..0000000000
--- a/InvenTree/templates/InvenTree/search_company.html
+++ /dev/null
@@ -1,14 +0,0 @@
-{% extends "collapse.html" %}
-
-{% block collapse_title %}
-
Companies
-{% endblock %}
-
-{% block collapse_heading %}
-{% include "InvenTree/searching.html" %}
-{% endblock %}
-
-{% block collapse_content %}
-
-{% endblock %}
\ No newline at end of file
diff --git a/InvenTree/templates/InvenTree/search_part_category.html b/InvenTree/templates/InvenTree/search_part_category.html
deleted file mode 100644
index 899aca094c..0000000000
--- a/InvenTree/templates/InvenTree/search_part_category.html
+++ /dev/null
@@ -1,14 +0,0 @@
-{% extends "collapse.html" %}
-
-{% block collapse_title %}
-Part Categories
-{% endblock %}
-
-{% block collapse_heading %}
-{% include "InvenTree/searching.html" %}
-{% endblock %}
-
-{% block collapse_content %}
-
-{% endblock %}
\ No newline at end of file
diff --git a/InvenTree/templates/InvenTree/search_parts.html b/InvenTree/templates/InvenTree/search_parts.html
deleted file mode 100644
index ca75b096c2..0000000000
--- a/InvenTree/templates/InvenTree/search_parts.html
+++ /dev/null
@@ -1,21 +0,0 @@
-{% extends "collapse.html" %}
-
-{% block collapse_title %}
-Parts
-{% endblock %}
-
-{% block collapse_heading %}
-{% include "InvenTree/searching.html" %}
-{% endblock %}
-
-{% block collapse_content %}
-
-
-
-{% endblock %}
\ No newline at end of file
diff --git a/InvenTree/templates/InvenTree/search_stock_items.html b/InvenTree/templates/InvenTree/search_stock_items.html
deleted file mode 100644
index 16d1542d96..0000000000
--- a/InvenTree/templates/InvenTree/search_stock_items.html
+++ /dev/null
@@ -1,16 +0,0 @@
-{% extends "collapse.html" %}
-
-{% load i18n %}
-
-{% block collapse_title %}
-{% trans "Stock Items" %}
-{% endblock %}
-
-{% block collapse_heading %}
-{% include "InvenTree/searching.html" %}
-{% endblock %}
-
-{% block collapse_content %}
-
-{% endblock %}
\ No newline at end of file
diff --git a/InvenTree/templates/InvenTree/search_stock_location.html b/InvenTree/templates/InvenTree/search_stock_location.html
deleted file mode 100644
index 1778e6256d..0000000000
--- a/InvenTree/templates/InvenTree/search_stock_location.html
+++ /dev/null
@@ -1,16 +0,0 @@
-{% extends "collapse.html" %}
-
-{% load i18n %}
-
-{% block collapse_title %}
-{% trans "Stock Locations" %}
-{% endblock %}
-
-{% block collapse_heading %}
-{% include "InvenTree/searching.html" %}
-{% endblock %}
-
-{% block collapse_content %}
-
-{% endblock %}
\ No newline at end of file
diff --git a/InvenTree/templates/InvenTree/search_supplier_parts.html b/InvenTree/templates/InvenTree/search_supplier_parts.html
deleted file mode 100644
index 04ee32cc5b..0000000000
--- a/InvenTree/templates/InvenTree/search_supplier_parts.html
+++ /dev/null
@@ -1,14 +0,0 @@
-{% extends "collapse.html" %}
-
-{% block collapse_title %}
-Supplier Parts
-{% endblock %}
-
-{% block collapse_heading %}
-{% include "InvenTree/searching.html" %}
-{% endblock %}
-
-{% block collapse_content %}
-
-{% endblock %}
\ No newline at end of file
diff --git a/InvenTree/templates/InvenTree/searching.html b/InvenTree/templates/InvenTree/searching.html
deleted file mode 100644
index d2c8dd0363..0000000000
--- a/InvenTree/templates/InvenTree/searching.html
+++ /dev/null
@@ -1,3 +0,0 @@
-{% load i18n %}
-
- {% trans "Searching" %}