Skip to content

Commit

Permalink
added default value to template_name in send_email_to_admin
Browse files Browse the repository at this point in the history
  • Loading branch information
jabelone committed Sep 22, 2023
1 parent a3c142f commit b40b190
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 @@ -79,7 +79,7 @@ def send_single_email(
def send_email_to_admin(
subject: object,
template_vars: object,
template_name,
template_name=None,
reply_to=None,
user: object | None = None,
) -> object:
Expand Down

0 comments on commit b40b190

Please sign in to comment.