7 lines
282 B
HTML
7 lines
282 B
HTML
{% autoescape off %}
|
|
<h1>HI {{ user.username }}</h1>
|
|
<h2>This email was used to reset your account password</h2>
|
|
<h2>To reset password follow the link below:</h2>
|
|
<a href="http://{{ domain }}:8888/reset_pass/{{ uidb64 }}/{{ token }}"><h2>Reset Password</h2></a>
|
|
{% endautoescape %}
|