mirror of
https://github.com/netbox-community/netbox.git
synced 2024-05-10 07:54:54 +00:00
Fixes #16020: Include Python version on system UI view
This commit is contained in:
@ -31,6 +31,10 @@
|
|||||||
<th scope="row">{% trans "NetBox version" %}</th>
|
<th scope="row">{% trans "NetBox version" %}</th>
|
||||||
<td>{{ stats.netbox_version }}</td>
|
<td>{{ stats.netbox_version }}</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<th scope="row">{% trans "Python version" %}</th>
|
||||||
|
<td>{{ stats.python_version }}</td>
|
||||||
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<th scope="row">{% trans "Django version" %}</th>
|
<th scope="row">{% trans "Django version" %}</th>
|
||||||
<td>{{ stats.django_version }}</td>
|
<td>{{ stats.django_version }}</td>
|
||||||
|
Reference in New Issue
Block a user