{% extends "base.html" %} {% load static %} {% block title %}Forgot Password - IHICL Investment{% endblock %} {% block content %}

Reset Your Password

Reset Your Password

{% if messages %} {% for message in messages %} {% endfor %} {% endif %}

Enter your email address and we'll send you instructions to reset your password.

{% csrf_token %}
{% if form.email.errors %}
{{ form.email.errors.0 }}
{% endif %}

Remember your password? Back to Login

{% endblock %}