Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
mediatek
Base de données Mediatek
Commits
287d60db
Commit
287d60db
authored
Jun 23, 2017
by
Gabriel Detraz
Committed by
root
Jun 23, 2017
Browse files
Rectification mail de bienvenue
parent
037b79c7
Changes
1
Hide whitespace changes
Inline
Side-by-side
users/views.py
View file @
287d60db
...
...
@@ -80,7 +80,7 @@ def reset_passwd_mail(req, request):
reverse
(
'users:process'
,
kwargs
=
{
'token'
:
req
.
token
})),
'expire_in'
:
REQ_EXPIRE_STR
,
})
send_mail
(
'
Changement de mot de passe'
,
t
.
render
(
c
),
send_mail
(
'
Votre compte %s'
%
SITE_NAME
,
t
.
render
(
c
),
EMAIL_FROM
,
[
req
.
user
.
email
],
fail_silently
=
False
)
return
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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