Skip to content

Commit

Permalink
Remove translated string from snippet (fixes #38)
Browse files Browse the repository at this point in the history
  • Loading branch information
anx-ckreuzberger committed Apr 15, 2019
1 parent aa67f94 commit f39d220
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ def password_reset_token_created(sender, instance, reset_password_token, *args,

msg = EmailMultiAlternatives(
# title:
_("Password Reset for {title}".format(title="Some website title")),
"Password Reset for {title}".format(title="Some website title"),
# message:
email_plaintext_message,
# from:
Expand Down

0 comments on commit f39d220

Please sign in to comment.