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
94b86635
Verified
Commit
94b86635
authored
Jun 21, 2018
by
Sébastiaan Versteeg
Committed by
Sébastiaan Versteeg
Jul 12, 2018
Browse files
Fix 'to' email address in email change confirmation email
parent
944600d8
Changes
1
Hide whitespace changes
Inline
Side-by-side
website/members/emails.py
View file @
94b86635
...
...
@@ -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