komap_backup/backend/templates/password_reset.html
2020-11-28 17:15:24 +05:00

6 lines
276 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 }}/reset_pass/{{ uidb64 }}/{{ token }}"><h2>Reset Password</h2></a>
{% endautoescape %}