mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-07-09 09:54:33 +02:00
Added Group entity, and allow to show group name in user info.
This commit is contained in:
parent
c037a76651
commit
e28eb3b84d
3 changed files with 102 additions and 9 deletions
|
@ -52,7 +52,7 @@
|
|||
<div class="form-group row">
|
||||
<label class="col-form-label col-md-4">{% trans %}group.label{% endtrans %}</label>
|
||||
<div class="col-md-8">
|
||||
<p class="form-control-plaintext">TODO</p>
|
||||
<p class="form-control-plaintext">{{ user.group.fullPath }}</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue