author | nishanth |
Sun, 06 Jun 2010 01:26:59 +0530 | |
branch | anoop |
changeset 54 | 7515c2d1f5c5 |
parent 53 | b226923fbf64 |
child 55 | 1091f42e4a41 |
sdi/events.py | file | annotate | diff | comparison | revisions |
--- a/sdi/events.py Sun Jun 06 01:03:56 2010 +0530 +++ b/sdi/events.py Sun Jun 06 01:26:59 2010 +0530 @@ -1,6 +1,6 @@ from django.core.mail import send_mail -def send_reg_complete_mail(email, fist_name, last_name): +def send_reg_complete_mail(email, first_name, last_name): """ send registration complete email to the registered user. """