Skip to content

Commit

Permalink
Fixes #16020: Include Python version on system UI view
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremystretch committed May 8, 2024
1 parent ff8dabe commit 5c68fc9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions netbox/templates/core/system.html
Expand Up @@ -31,6 +31,10 @@ <h5 class="card-header">{% trans "System Status" %}</h5>
<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>
Expand Down

0 comments on commit 5c68fc9

Please sign in to comment.