diff options
author | Unknown <joe2010xtmf@163.com> | 2014-03-19 09:29:58 -0400 |
---|---|---|
committer | Unknown <joe2010xtmf@163.com> | 2014-03-19 09:29:58 -0400 |
commit | 0da4975f4ffca8dd85213c19600730ee52349e2a (patch) | |
tree | f645560ac22ba37779944998857137678ab22443 /templates | |
parent | bf1d1f9579c6fd2670ff26e2074f65cf18543919 (diff) | |
download | gitea-0da4975f4ffca8dd85213c19600730ee52349e2a.tar.gz gitea-0da4975f4ffca8dd85213c19600730ee52349e2a.zip |
Working on register mail confirmation
Diffstat (limited to 'templates')
-rw-r--r-- | templates/user/active.tmpl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/templates/user/active.tmpl b/templates/user/active.tmpl index 758516d779..319db6cfa5 100644 --- a/templates/user/active.tmpl +++ b/templates/user/active.tmpl @@ -2,7 +2,7 @@ {{template "base/navbar" .}} <div id="gogs-body" class="container"> <form action="/user/activate" method="post" class="form-horizontal gogs-card" id="gogs-login-card"> - <h3>Active Your Account</h3> + <h3>Activate Your Account</h3> {{if .IsActivatePage}} {{if .ServiceNotEnabled}} <p>Sorry, Register Mail Confirmation has been disabled.</p> @@ -11,6 +11,7 @@ {{end}} {{else}} <p>Hi, {{.SignedUser.Name}}, you have an unconfirmed email address(<b>{{.SignedUser.Email}}</b>). If you haven't received a confirmation e-mail or need to resend a new one, please click botton below.</p> + <hr/> <div class="form-group"> <div class="col-md-offset-4 col-md-6"> <button type="submit" class="btn btn-lg btn-primary">Click here to resend your active e-mail</button> |