Skip to content

Commit

Permalink
Merge pull request #233 from snoopen/fix/232_missing_required_argument
Browse files Browse the repository at this point in the history
Fix #232 by making 'tempalte_name' argument optional
  • Loading branch information
jabelone authored Jan 17, 2024
2 parents 912ae2e + f44b15b commit 06258ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion memberportal/services/emails.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ def send_single_email(
to_email: object,
subject: object,
template_vars: object,
template_name,
template_name=None,
reply_to=None,
user: object | None = None,
) -> object:
Expand Down

0 comments on commit 06258ac

Please sign in to comment.