diff --git a/netbox/templates/dcim/inc/devicetype_breadcrumbs.html b/netbox/templates/dcim/inc/devicetype_breadcrumbs.html
deleted file mode 100644
index 02f326ddc..000000000
--- a/netbox/templates/dcim/inc/devicetype_breadcrumbs.html
+++ /dev/null
@@ -1,2 +0,0 @@
-
-
{{ object.manufacturer }}
diff --git a/netbox/templates/dcim/moduletype.html b/netbox/templates/dcim/moduletype.html
index f57c501cf..b3d53e09b 100644
--- a/netbox/templates/dcim/moduletype.html
+++ b/netbox/templates/dcim/moduletype.html
@@ -8,7 +8,9 @@
{% block breadcrumbs %}
{{ block.super }}
- {% include 'dcim/inc/devicetype_breadcrumbs.html' %}
+
+ {{ object.manufacturer }}
+
{% endblock %}
{% block extra_controls %}
diff --git a/netbox/templates/dcim/moduletype/component_templates.html b/netbox/templates/dcim/moduletype/component_templates.html
index 8f4c24478..3cee0bbd9 100644
--- a/netbox/templates/dcim/moduletype/component_templates.html
+++ b/netbox/templates/dcim/moduletype/component_templates.html
@@ -3,13 +3,6 @@
{% load helpers %}
{% load i18n %}
-{% block title %}{{ object.manufacturer }} {{ object.model }}{% endblock %}
-
-{% block breadcrumbs %}
- {{ block.super }}
- {% include 'dcim/inc/devicetype_breadcrumbs.html' %}
-{% endblock %}
-
{% block extra_controls %}
{% include 'dcim/inc/moduletype_buttons.html' %}
{% endblock %}