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

Investor Login

Sign In to Your Account

{% if messages %} {% for message in messages %} {% endfor %} {% endif %} {% if form.errors %}
Your username and password didn't match. Please try again.
{% endif %}
{% csrf_token %}
Forgot Password?

Don't have an account? Register now

{% endblock %}