10 lines
317 B
HTML
10 lines
317 B
HTML
<p>Hi</p>
|
|
|
|
<p>You're receiving this email because you requested a password reset for your user account at {{domain}}/</p>
|
|
|
|
<p>Please click the following link to reset your password:</p>
|
|
|
|
{{ protocol }}://{{ domain }}{% url "accounts:password_reset_confirm" uidb64=uid token=token %}
|
|
|
|
<p>Thanks</p>
|
|
<p>Nifty11 Team</p> |