diff --git a/InvenTree/InvenTree/settings.py b/InvenTree/InvenTree/settings.py
index 21abfb8195..211ab6058c 100644
--- a/InvenTree/InvenTree/settings.py
+++ b/InvenTree/InvenTree/settings.py
@@ -49,8 +49,8 @@ INSTALLED_APPS = [
'bom.apps.BomConfig',
'supplier.apps.SupplierConfig',
'stock.apps.StockConfig',
+ 'track.apps.TrackConfig',
#'project.apps.ProjectConfig',
- #'track.apps.TrackConfig',
]
MIDDLEWARE = [
diff --git a/InvenTree/part/templates/part/base.html b/InvenTree/part/templates/base.html
similarity index 100%
rename from InvenTree/part/templates/part/base.html
rename to InvenTree/part/templates/base.html
diff --git a/InvenTree/part/templates/part/detail.html b/InvenTree/part/templates/part/detail.html
index 90c7cf2534..87de3e0b9e 100644
--- a/InvenTree/part/templates/part/detail.html
+++ b/InvenTree/part/templates/part/detail.html
@@ -9,4 +9,10 @@ Used in {{ part.usedInCount }} other parts.
There are {{ part.stock }} units in stock.
+
+{% if part.trackable %}
+Part tracking
+{% else %}
+{{ part.name }} does not have part tracking enabled
+{% endif %}
{% endblock %}
\ No newline at end of file
diff --git a/InvenTree/part/templates/part/index.html b/InvenTree/part/templates/part/index.html
index 7363000601..f9458b56ce 100644
--- a/InvenTree/part/templates/part/index.html
+++ b/InvenTree/part/templates/part/index.html
@@ -1,4 +1,4 @@
-{% extends "part/base.html" %}
+{% extends "base.html" %}
{% block content %}
diff --git a/InvenTree/part/templates/part/part_base.html b/InvenTree/part/templates/part/part_base.html
index a54913aaa7..96d6c3a0c7 100644
--- a/InvenTree/part/templates/part/part_base.html
+++ b/InvenTree/part/templates/part/part_base.html
@@ -1,4 +1,4 @@
-{% extends "part/base.html" %}
+{% extends "base.html" %}
{% block content %}
diff --git a/InvenTree/part/templates/part/track.html b/InvenTree/part/templates/part/track.html
new file mode 100644
index 0000000000..3b281346b8
--- /dev/null
+++ b/InvenTree/part/templates/part/track.html
@@ -0,0 +1,20 @@
+{% extends "part/part_base.html" %}
+
+{% block details %}
+
+Part tracking for {{ part.name }}
+
+
Serial | +Status | +
---|---|
{{ track.serial }} | +{{ track.status }} | +