{% extends "business/auth/auth_base.html" %} {% block title %}Reset Password - Inventory Management System{% endblock %} {% block auth_title %}Reset Your Password{% endblock %} {% block auth_subtitle %}Enter your email to receive reset instructions{% endblock %} {% block auth_content %}
{% csrf_token %}
Please enter a valid email address.
We'll send you a link to reset your password.
If you don't receive an email within a few minutes, please check your spam folder.
{% endblock %} {% block auth_footer %}

Remember your password? Sign in here

{% endblock %}