Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
thalia
concrexit
Commits
54838059
Commit
54838059
authored
Jun 21, 2018
by
Sébastiaan Versteeg
Browse files
Fix 'to' email address in email change confirmation email
parent
ad3a6735
Changes
1
Hide whitespace changes
Inline
Side-by-side
website/members/emails.py
View file @
54838059
...
...
@@ -145,7 +145,7 @@ def send_email_change_confirmation_messages(change_request):
}
),
settings
.
WEBSITE_FROM_ADDRESS
,
[
change_request
.
email
]
[
member
.
email
]
).
send
()
mail
.
EmailMessage
(
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment