komap_backup/backend/templates/password_reset.html
2020-11-29 04:44:35 +00:00

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 %}