mirror of
https://git.victorphan.net/basketballcantho/Teedy_custom.git
synced 2026-08-06 06:13:10 +07:00
Users viewing
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
<h2>{{ user.username }}</h2>
|
||||
<dl class="dl-horizontal">
|
||||
<dt>E-mail</dt>
|
||||
<dd>{{ user.email }}</dd>
|
||||
</dl>
|
||||
<dl class="dl-horizontal">
|
||||
<dt>Theme</dt>
|
||||
<dd>{{ user.theme }}</dd>
|
||||
</dl>
|
||||
<dl class="dl-horizontal">
|
||||
<dt>Locale</dt>
|
||||
<dd>{{ user.locale }}</dd>
|
||||
</dl>
|
||||
Reference in New Issue
Block a user