mirror of
https://git.victorphan.net/basketballcantho/Teedy_custom.git
synced 2026-08-05 14:03:10 +07:00
13 lines
265 B
HTML
13 lines
265 B
HTML
<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> |