Advertisement
Guest User

Untitled

a guest
Sep 14th, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.47 KB | None | 0 0
  1. auth.messages.verify_email = HTML(
  2.     HEAD(),
  3.     BODY(
  4.         H1(T('Welcome to DeporteHD Website')),
  5.         P(T('Click on the link below to check your e-mail'), ':'),
  6.         A(URL(r=request, c='default', f='user', args=['verify_email'], scheme=True, host=True) + '/%(key)s ', _href=URL(r=request, c='default', f='user', args=['verify_email'], scheme=True, host=True) + '/%(key)s '),
  7.         P(T('Thank you!')),
  8.         P(T('From DeporteHD Website')),
  9.     )
  10.  ).xml()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement