activate_email.tmpl 622 B

12345678910111213141516
  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>© 2017 <a target="_blank" href="{{AppURL}}">{{AppName}}</a></p>
  13. </body>
  14. </html>