Skip to content

Commit

Permalink
Fix bug in get_templated_mail function.
Browse files Browse the repository at this point in the history
  • Loading branch information
yesimon committed Jun 27, 2012
1 parent 997a4cd commit b278518
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion templated_email/__init__.py
Original file line number Diff line number Diff line change
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 b278518

Please sign in to comment.