Advertisement
Guest User

Untitled

a guest
Jul 17th, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.36 KB | None | 0 0
  1.     noti = ctl_notificaciones.factoria(
  2.         asunto=T('Activación de tu cuenta de %(tipo)s en DeporteHD', dict(
  3.             tipo=(
  4.                 T('Piloto GoPro'),
  5.                 T('Piloto Drone')
  6.             )[piloto.tipo == pilotos_mod.PILOTO_DRONE])),
  7.         destinatarios=[piloto.user_id.id],
  8.         datos=dict(piloto=piloto, tipo=piloto.tipo)
  9.     )
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement