From 5c68fc920256ee0513d1dbe10083449892491ee6 Mon Sep 17 00:00:00 2001 From: Jeremy Stretch Date: Wed, 8 May 2024 10:22:14 -0400 Subject: [PATCH] Fixes #16020: Include Python version on system UI view --- netbox/templates/core/system.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/netbox/templates/core/system.html b/netbox/templates/core/system.html index aa1294c0b..95aa4bdb3 100644 --- a/netbox/templates/core/system.html +++ b/netbox/templates/core/system.html @@ -31,6 +31,10 @@ {% trans "NetBox version" %} {{ stats.netbox_version }} + + {% trans "Python version" %} + {{ stats.python_version }} + {% trans "Django version" %} {{ stats.django_version }}