{% extends "email/base.html" %} {% block title %}Reset your password | Praxicraft{% endblock %} {% block body_radius %}border-radius:8px;{% endblock %} {% block content %}
Hi {{ first_name }},
We received a request to reset your Praxicraft password. Use the button below to set a new one. This link expires soon.
{% include "email/partials/_cta.html" with cta_url=reset_url cta_label="Reset Password" %}If you did not request a password reset, you can ignore this email. Your password will remain unchanged.
{% endblock %}