Browse Source

fix issue 249 and issue 208

tags/v1.21.8^2
hit172587zpz 4 years ago
parent
commit
c1f2352837
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      templates/user/settings/profile.tmpl

+ 2
- 1
templates/user/settings/profile.tmpl View File

@@ -23,7 +23,8 @@
</div>
<div class="required field {{if .Err_Email}}error{{end}}">
<label for="email">{{.i18n.Tr "email"}}</label>
<input id="email" name="email" disabled value="{{.SignedUser.Email}}">
<input type="hidden" id="email" name="email" value="{{.SignedUser.Email}}" >
<input disabled value="{{.SignedUser.Email}}">
</div>
<div class="inline field">
<div class="ui checkbox" id="keep-email-private">


Loading…
Cancel
Save