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

@ -25,7 +25,7 @@
</tr>
<tr>
<th scope="row">Account type</th>
<td>{% if is_admin %}Admin{% else %}Regular account{% endif %}</td>
<td>{% if is_admin %}Admin{% else %}Regular user{% endif %}</td>
</tr>
</tbody>
</table>