{% extends "base.html" %} {% block content %}

Login

{% csrf_token %} {% for field in form %}
{{ field }}
{% endfor %}
{% if error_message %} {% endif %}

Don't have an account? Sign Up

Forgot password
{% endblock content %}