work+roles
This commit is contained in:
parent
d64efb663a
commit
3caecf63f6
8 changed files with 49 additions and 10 deletions
8
core/templates/settings.html
Normal file
8
core/templates/settings.html
Normal file
|
@ -0,0 +1,8 @@
|
|||
{{ title|safe }}
|
||||
|
||||
<p class="text-lg font-bold mx-auto">
|
||||
Benutzer:
|
||||
</p>
|
||||
|
||||
<p> {{ user.display_name }} </p>
|
||||
<p> {{ user.role.value|capfirst }} </p>
|
Loading…
Add table
Add a link
Reference in a new issue