{% extends "emails/email_base_text.txt" %}

{% block email_title %}
Reset Your Password
{% endblock %}

{% block email_content %}
Reset Your Password

Please use the link below to reset your password:


<a href="https://www.sizesquirrel.com/reset_password?token={{token}}">https://www.sizesquirrel.com/reset_password?token={{token}}</a>


If you did not request a password reset, you can ignore this email, someone probably typed in your email address by accident.


{% endblock %}
