Minor graphical improvments

This commit is contained in:
2022-04-06 18:08:57 +02:00
parent 23cc21a986
commit 587758f4ed
3 changed files with 3 additions and 3 deletions

View File

@ -24,7 +24,7 @@
<td>{{ u.first_name }}</td>
<td>{{ u.last_name }}</td>
<td>{{ u.email }}</td>
<td>{% if u.admin %}Admin{% else %}Regular account{% endif %}</td>
<td>{% if u.admin %}Admin{% else %}Regular user{% endif %}</td>
<td>{% if u.enabled %}Enabled{% else %}Disabled{% endif %}</td>
<td>Edit Delete</td>
</tr>