mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-14 09:51:22 -06:00
Fixes #13630: Fix display of active status under user view
This commit is contained in:
parent
46f734eba2
commit
316d991b33
@ -2,6 +2,10 @@
|
|||||||
|
|
||||||
## v3.6.1 (FUTURE)
|
## v3.6.1 (FUTURE)
|
||||||
|
|
||||||
|
### Bug Fixes
|
||||||
|
|
||||||
|
* [#13630](https://github.com/netbox-community/netbox/issues/13630) - Fix display of active status under user view
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
## v3.6.0 (2023-08-30)
|
## v3.6.0 (2023-08-30)
|
||||||
|
@ -32,7 +32,7 @@
|
|||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<th scope="row">{% trans "Active" %}</th>
|
<th scope="row">{% trans "Active" %}</th>
|
||||||
<td>{% checkmark object.active %}</td>
|
<td>{% checkmark object.is_active %}</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<th scope="row">{% trans "Staff" %}</th>
|
<th scope="row">{% trans "Staff" %}</th>
|
||||||
|
Loading…
Reference in New Issue
Block a user