{% extends "base.html" %} {% load static %} {% block title %}Password Reset - Hospital Management System{% endblock %} {% block css %} {% endblock %} {% block content %}

Hospital Management

Reset your password

Forgot Your Password?

No worries! Enter your email address below and we'll send you a link to reset your password.

{% if messages %} {% for message in messages %} {% endfor %} {% endif %} {% if form.non_field_errors %}
{{ form.non_field_errors }}
{% endif %}
{% csrf_token %}
{% if form.email.errors %}
{{ form.email.errors.0 }}
{% endif %}
We'll send password reset instructions to this email address.

What happens next?
  • We'll send a secure link to your email address
  • Click the link to create a new password
  • The link will expire in 24 hours for security
  • If you don't receive the email, check your spam folder
Still having trouble? Contact Support
{% endblock %}