diff --git a/InvenTree/build/templates/build/edit_build_item.html b/InvenTree/build/templates/build/edit_build_item.html
deleted file mode 100644
index 99cad71ba2..0000000000
--- a/InvenTree/build/templates/build/edit_build_item.html
+++ /dev/null
@@ -1,10 +0,0 @@
-{% extends "modal_form.html" %}
-{% load i18n %}
-
-{% block pre_form_content %}
-
-
- {% trans "Alter the quantity of stock allocated to the build output" %}
-
-
-{% endblock %}
\ No newline at end of file
diff --git a/InvenTree/common/templates/common/delete_currency.html b/InvenTree/common/templates/common/delete_currency.html
deleted file mode 100644
index 9dfa320668..0000000000
--- a/InvenTree/common/templates/common/delete_currency.html
+++ /dev/null
@@ -1,7 +0,0 @@
-{% extends "modal_delete_form.html" %}
-
-{% block pre_form_content %}
-
-Are you sure you wish to delete this currency?
-
-{% endblock %}
\ No newline at end of file
diff --git a/InvenTree/stock/templates/stock/stock_adjust.html b/InvenTree/stock/templates/stock/stock_adjust.html
deleted file mode 100644
index 60a9ec2658..0000000000
--- a/InvenTree/stock/templates/stock/stock_adjust.html
+++ /dev/null
@@ -1,50 +0,0 @@
-{% load i18n %}
-{% load inventree_extras %}
-
-{% block pre_form_content %}
-
-{% endblock %}
-
-
\ No newline at end of file
diff --git a/InvenTree/stock/templates/stock/stock_move.html b/InvenTree/stock/templates/stock/stock_move.html
deleted file mode 100644
index c7de8c74b2..0000000000
--- a/InvenTree/stock/templates/stock/stock_move.html
+++ /dev/null
@@ -1 +0,0 @@
-{% extends "modal_form.html" %}
\ No newline at end of file
diff --git a/InvenTree/templates/attachment_delete.html b/InvenTree/templates/attachment_delete.html
deleted file mode 100644
index 4ee7f03cb1..0000000000
--- a/InvenTree/templates/attachment_delete.html
+++ /dev/null
@@ -1,7 +0,0 @@
-{% extends "modal_delete_form.html" %}
-{% load i18n %}
-
-{% block pre_form_content %}
-{% trans "Are you sure you want to delete this attachment?" %}
-
-{% endblock %}
\ No newline at end of file
diff --git a/InvenTree/templates/collapse.html b/InvenTree/templates/collapse.html
deleted file mode 100644
index 5624f34094..0000000000
--- a/InvenTree/templates/collapse.html
+++ /dev/null
@@ -1,23 +0,0 @@
-{% block collapse_preamble %}
-{% endblock %}
-
-
-
-
-
- {% block collapse_heading %}
- {% endblock %}
-
-
-
-
- {% block collapse_content %}
- {% endblock %}
-
-
-
-
\ No newline at end of file
diff --git a/InvenTree/templates/collapse_index.html b/InvenTree/templates/collapse_index.html
deleted file mode 100644
index 6e918d7217..0000000000
--- a/InvenTree/templates/collapse_index.html
+++ /dev/null
@@ -1,19 +0,0 @@
-{% block collapse_preamble %}
-{% endblock %}
-
-
-
-
- {% block collapse_heading %}
- {% endblock %}
-
-
-
- {% block collapse_content %}
- {% endblock %}
-
-
-
-
\ No newline at end of file
diff --git a/InvenTree/templates/required_part_table.html b/InvenTree/templates/required_part_table.html
deleted file mode 100644
index a1e26e2894..0000000000
--- a/InvenTree/templates/required_part_table.html
+++ /dev/null
@@ -1,23 +0,0 @@
-
-
- Part |
- Description |
- In Stock |
- On Order |
- Allocted |
- Net Stock |
-
- {% for part in parts %}
-
-
- {% include "hover_image.html" with image=part.image hover=True %}
- {{ part.full_name }}
- |
- {{ part.description }} |
- {{ part.total_stock }} |
- {{ part.on_order }} |
- {{ part.allocation_count }} |
- {{ part.net_stock }} |
-
- {% endfor %}
-
\ No newline at end of file
diff --git a/InvenTree/templates/slide.html b/InvenTree/templates/slide.html
deleted file mode 100644
index edd39e75a2..0000000000
--- a/InvenTree/templates/slide.html
+++ /dev/null
@@ -1,3 +0,0 @@
-
-
-
\ No newline at end of file