add organisations

This commit is contained in:
soukainna 2023-02-22 11:05:54 +01:00
parent 70186d1357
commit 1c29f00720
1 changed files with 7 additions and 0 deletions

View File

@ -60,6 +60,13 @@
<dd class="mt-1 text-sm text-gray-900">{{.ViewState.admins.Data.last_name}} <dd class="mt-1 text-sm text-gray-900">{{.ViewState.admins.Data.last_name}}
</dd> </dd>
</div> </div>
<div class="sm:col-span-1">
<dt class="text-sm font-medium text-gray-500">Organisations</dt>
{{range .ViewState.groups}}
<dd class="mt-1 text-sm text-gray-900">{{.}}
</dd>
{{end}}
</div>
</dl> </dl>
</div> </div>