{%extends 'base.html'%} {%block content%}
{% csrf_token %}

Log in to your account

{% for field in form %} {{ field.label_tag }} {{ field }} {% if field.errors %} {{ field.errors|striptags }} {% endif %} {% endfor %}

Forgot your password Reset Password

Don't have a account? Join Now

{%endblock content%}