diff --git a/InvenTree/templates/InvenTree/settings/plugin.html b/InvenTree/templates/InvenTree/settings/plugin.html
index d996933007..923c1e5910 100644
--- a/InvenTree/templates/InvenTree/settings/plugin.html
+++ b/InvenTree/templates/InvenTree/settings/plugin.html
@@ -16,6 +16,7 @@
{% trans "Changing the settings below require you to immediatly restart InvenTree. Do not change this while under active usage." %}
+
{% include "InvenTree/settings/setting.html" with key="ENABLE_PLUGINS_URL" %}
@@ -24,12 +25,14 @@
{% include "InvenTree/settings/setting.html" with key="ENABLE_PLUGINS_APP"%}
+
{% trans "Plugin list" %}
{% url 'admin:plugin_pluginconfig_changelist' as url %}
{% include "admin_button.html" with url=url %}
+
@@ -94,5 +97,6 @@
{% endif %}
+
{% endblock %}
diff --git a/InvenTree/templates/InvenTree/settings/plugin_settings.html b/InvenTree/templates/InvenTree/settings/plugin_settings.html
index 3ae22371c2..8a1c81c013 100644
--- a/InvenTree/templates/InvenTree/settings/plugin_settings.html
+++ b/InvenTree/templates/InvenTree/settings/plugin_settings.html
@@ -15,6 +15,7 @@
{% trans "Plugin information" %}
+
@@ -63,6 +64,7 @@
{% endif %}
+
{% if plugin.is_package == False %}
{% trans 'The code information is pulled from the latest git commit for this plugin. It might not reflect official version numbers or information but the actual code running.' %}
@@ -70,6 +72,7 @@
{% trans "Package information" %}
+
@@ -117,6 +120,7 @@
{{ plugin.package.key }}{% include "clip.html" %} |
+