diff options
author | Unknwon <u@gogs.io> | 2015-10-29 21:09:48 -0400 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2015-10-29 21:09:48 -0400 |
commit | 7d72c8333e05b377d42fb773ef2d952c8ec87d32 (patch) | |
tree | 0390d83b543b791ad54a40343e2ae76758eebffc /templates | |
parent | 706b0f72e2e4bc91bdbed38fee609cabe9f44e43 (diff) | |
download | gitea-7d72c8333e05b377d42fb773ef2d952c8ec87d32.tar.gz gitea-7d72c8333e05b377d42fb773ef2d952c8ec87d32.zip |
work on #470 and fix miror JS issue when choose targets on compare and pull
Diffstat (limited to 'templates')
-rw-r--r-- | templates/install.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/install.tmpl b/templates/install.tmpl index f291012dcb..d859d0ade6 100644 --- a/templates/install.tmpl +++ b/templates/install.tmpl @@ -214,7 +214,7 @@ </div> <div class="inline field {{if .Err_AdminEmail}}error{{end}}"> <label for="admin_email">{{.i18n.Tr "install.admin_email"}}</label> - <input id="admin_email" name="admin_email" value="{{.admin_email}}"> + <input id="admin_email" name="admin_email" type="email1" value="{{.admin_email}}"> </div> </div> </div> |