You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

activate_email.tmpl 622B

123456789101112131415
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  5. <title>{{.Username}}, please verify your e-mail address</title>
  6. </head>
  7. <body>
  8. <p>Hi <b>{{.Username}}</b>,</p>
  9. <p>Please click the following link to verify your email address within <b>{{.ActiveCodeLives}} hours</b>:</p>
  10. <p><a href="{{AppUrl}}user/activate_email?code={{.Code}}&email={{.Email}}">{{AppUrl}}user/activate_email?code={{.Code}}&email={{.Email}}</a></p>
  11. <p>Not working? Try copying and pasting it to your browser.</p>
  12. <p>© 2016 <a target="_blank" href="{{AppUrl}}">{{AppName}}</a></p>
  13. </body>
  14. </html>