Merge pull request #1244 from jamesa/develop
Add full name field to admin's user edit page (fixes #1130)
This commit is contained in:
commit
91ab2538c3
3 changed files with 6 additions and 0 deletions
|
@ -32,6 +32,10 @@
|
|||
<label>{{.i18n.Tr "username"}}</label>
|
||||
<label class="text-left">{{.User.Name}}</label>
|
||||
</div>
|
||||
<div class="field">
|
||||
<label for="full-name">{{.i18n.Tr "settings.full_name"}}</label>
|
||||
<input class="ipt ipt-large ipt-radius {{if .Err_FullName}}ipt-error{{end}}" id="full-name" name="fullname" type="text" value="{{.User.FullName}}" />
|
||||
</div>
|
||||
<div class="field">
|
||||
<label class="req" for="email">{{.i18n.Tr "email"}}</label>
|
||||
<input class="ipt ipt-large ipt-radius {{if .Err_Email}}ipt-error{{end}}" id="email" name="email" type="email" value="{{.User.Email}}" required/>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue