Skip to content

Instantly share code, notes, and snippets.

@pcustic
Created January 16, 2024 12:01
Show Gist options
  • Save pcustic/25e217c34a3993092f4e4bc4582ac7f7 to your computer and use it in GitHub Desktop.
Save pcustic/25e217c34a3993092f4e4bc4582ac7f7 to your computer and use it in GitHub Desktop.
app/templates/auth/reset_password_email_content.py
reset_password_email_html_content = """
<p>Hello,</p>
<p>You are receiving this email because you requested a password reset for your account.</p>
<p>
To reset your password
<a href="{{ reset_password_url }}">click here</a>.
</p>
<p>
Alternatively, you can paste the following link in your browser's address bar: <br>
{{ reset_password_url }}
</p>
<p>If you have not requested a password reset please contact someone from the development team.</p>
<p>
Thank you!
</p>
"""
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment