Fixes #13630: Fix display of active status under user view

This commit is contained in:
Jeremy Stretch
2023-08-31 08:14:57 -04:00
parent 6f7ffb3422
commit a499fa2562
2 changed files with 5 additions and 1 deletions

View File

@@ -32,7 +32,7 @@
</tr>
<tr>
<th scope="row">{% trans "Active" %}</th>
<td>{% checkmark object.active %}</td>
<td>{% checkmark object.is_active %}</td>
</tr>
<tr>
<th scope="row">{% trans "Staff" %}</th>