Skip to content

Instantly share code, notes, and snippets.

@LouisdeBruijn
Created May 9, 2020 13:49
Show Gist options
  • Select an option

  • Save LouisdeBruijn/b77d9146ffc9621c9b699ca83a5e5dec to your computer and use it in GitHub Desktop.

Select an option

Save LouisdeBruijn/b77d9146ffc9621c9b699ca83a5e5dec to your computer and use it in GitHub Desktop.
{% 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