Created
May 9, 2020 13:49
-
-
Save LouisdeBruijn/b77d9146ffc9621c9b699ca83a5e5dec to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| {% autoescape off %} | |
| <h3> | |
| Hi {{ user.get_username }}, | |
| </h3> | |
| To initiate the password reset process for your account on {{ domain }}, | |
| click the link below: | |
| <br><br> | |
| <a href="{{ protocol }}://{{ domain }}{% url 'reset' uidb64=uid token=token %}">Reset password</a> | |
| <br><br> | |
| If clicking the link above doesn't work, please copy and paste the URL in a new browser | |
| window instead. | |
| {% endautoescape %} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment