@@ -2,6 +2,10 @@
## 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)
@@ -32,7 +32,7 @@
</tr>
<tr>
<th scope="row">{% trans "Active" %}</th>
- <td>{% checkmark object.active %}</td>
+ <td>{% checkmark object.is_active %}</td>
<th scope="row">{% trans "Staff" %}</th>