Fixes #16020: Include Python version on system UI view

This commit is contained in:
Jeremy Stretch 2024-05-08 10:22:14 -04:00
parent ff8dabe8d9
commit 5c68fc9202
1 changed files with 4 additions and 0 deletions

View File

@ -31,6 +31,10 @@
<th scope="row">{% trans "NetBox version" %}</th>
<td>{{ stats.netbox_version }}</td>
</tr>
<tr>
<th scope="row">{% trans "Python version" %}</th>
<td>{{ stats.python_version }}</td>
</tr>
<tr>
<th scope="row">{% trans "Django version" %}</th>
<td>{{ stats.django_version }}</td>