diff --git a/netbox/templates/core/system.html b/netbox/templates/core/system.html index aa1294c0bc..95aa4bdb31 100644 --- a/netbox/templates/core/system.html +++ b/netbox/templates/core/system.html @@ -31,6 +31,10 @@
{% trans "System Status" %}
{% trans "NetBox version" %} {{ stats.netbox_version }} + + {% trans "Python version" %} + {{ stats.python_version }} + {% trans "Django version" %} {{ stats.django_version }}