summary |
shortlog |
log |
commit | commitdiff |
tree
raw |
patch |
inline | side by side (from parent 1:
9a075e7)
listen_to = (EmailValidationAction,)
name = _("Validated Email")
description = _("User who has validated email associated to the account")
listen_to = (EmailValidationAction,)
name = _("Validated Email")
description = _("User who has validated email associated to the account")
def award_to(self, action):
return action.user
\ No newline at end of file
def award_to(self, action):
return action.user
\ No newline at end of file