diff --git a/netbox/templates/dcim/device/base.html b/netbox/templates/dcim/device/base.html
index ff139ee4a..ea67154b1 100644
--- a/netbox/templates/dcim/device/base.html
+++ b/netbox/templates/dcim/device/base.html
@@ -16,79 +16,39 @@
{% block extra_controls %}
{% if perms.dcim.change_device %}
-
diff --git a/netbox/templates/dcim/module.html b/netbox/templates/dcim/module.html
index 632e37c2c..525d39534 100644
--- a/netbox/templates/dcim/module.html
+++ b/netbox/templates/dcim/module.html
@@ -10,6 +10,39 @@
{% endblock %}
+{% block extra_controls %}
+ {% if perms.dcim.change_module %}
+
+
+ Add Components
+
+
+
+ {% endif %}
+{% endblock %}
+
{% block content %}