Skip to content

Commit

Permalink
Merge branch 'dev' of github.com:membermatters/MemberMatters into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
jabelone committed Jan 17, 2024
2 parents d5a6c05 + 6775634 commit c3f5d6f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions memberportal/profile/templates/email_welcome.html
Original file line number Diff line number Diff line change
Expand Up @@ -356,8 +356,7 @@ <h1 style="font-size: 48px; font-weight: 400; margin: 0">
<p style="margin: 0">
Sent by
<a href="{{ config.SITE_URL }}">{{ config.SITE_NAME }}</a> on
behalf of {{ config.SITE_OWNER }} at {{
config.SITE_MAIL_ADDRESS }}.
behalf of {{ config.SITE_OWNER }} at {{ config.SITE_MAIL_ADDRESS }}.
</p>
</td>
</tr>
Expand Down
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 c3f5d6f

Please sign in to comment.