Skip to content

Commit

Permalink
Merge pull request #18 from yesimon/return_email
Browse files Browse the repository at this point in the history
Fix bug in get_templated_mail function.
  • Loading branch information
BradWhittington committed Jun 28, 2012
2 parents 997a4cd + b278518 commit 4647b9b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion templated_email/__init__.py
Expand Up @@ -45,7 +45,6 @@ def get_templated_mail(template_name, context, from_email=None, to=None,
return templater.get_email_message(template_name, context,
from_email=from_email, to=to,
cc=cc, bcc=bcc, headers=headers,
template_prefix=template_prefix,
template_dir=template_dir)


Expand Down

0 comments on commit 4647b9b

Please sign in to comment.