Files
goodtimes/templates/registration/password_reset_email_template.html
rizwanisready db213d3228 wrong commit
2024-02-29 13:25:50 +05:30

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>