diff options
author | Unknown <joe2010xtmf@163.com> | 2014-04-18 12:12:10 -0400 |
---|---|---|
committer | Unknown <joe2010xtmf@163.com> | 2014-04-18 12:12:10 -0400 |
commit | 8719c1b8c50cc68d734053d26d7b819e92783025 (patch) | |
tree | 03add91545f0dfefefd1fac773215dac81f84577 /templates/user/active.tmpl | |
parent | 642687d08df55aa3465bbb58b2120ecd53b333c7 (diff) | |
download | gitea-8719c1b8c50cc68d734053d26d7b819e92783025.tar.gz gitea-8719c1b8c50cc68d734053d26d7b819e92783025.zip |
Mirror bug fix
Diffstat (limited to 'templates/user/active.tmpl')
-rw-r--r-- | templates/user/active.tmpl | 36 |
1 files changed, 0 insertions, 36 deletions
diff --git a/templates/user/active.tmpl b/templates/user/active.tmpl deleted file mode 100644 index 9cac069dce..0000000000 --- a/templates/user/active.tmpl +++ /dev/null @@ -1,36 +0,0 @@ -{{template "base/head" .}} -{{template "base/navbar" .}} -<div id="body" class="container"> - <form action="/user/activate" method="post" class="form-horizontal card" id="login-card"> - {{.CsrfTokenHtml}} - <h3>Activate Your Account</h3> - {{if .IsActivatePage}} - {{if .ServiceNotEnabled}} - <p>Sorry, Register Mail Confirmation has been disabled.</p> - {{else if .ResendLimited}} - <p>Sorry, you are sending activation e-mail too frequently, please wait 3 minutes.</p> - {{else}} - <p>New confirmation e-mail has been sent to <b>{{.SignedUser.Email}}</b>, please check your inbox within {{.Hours}} hours to complete your registeration.</p> - <hr/> - <a href="http://{{Mail2Domain .SignedUser.Email}}" class="btn btn-lg btn-success">Sign in to your e-mail</a> - {{end}} - {{else}} - {{if .IsSendRegisterMail}} - <p>A confirmation e-mail has been sent to <b>{{.Email}}</b>, please check your inbox within {{.Hours}} hours to complete your registeration.</p> - <hr/> - <a href="http://{{Mail2Domain .Email}}" class="btn btn-lg btn-success">Sign in to your e-mail</a> - {{else if .IsActivateFailed}} - <p>Sorry, your confirmation code has been exipired or not valid.</p> - {{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> - </div> - </div> - {{end}} - {{end}} - </form> -</div> -{{template "base/footer" .}}
\ No newline at end of file |