{% extends "class/base.html" %} {% block title %} Login {% endblock %} {% block body %}
{% if form.errors %}

There's something wrong with what you entered!

{% endif %} {% if next %}

Hey, you can't access that page.

{% endif %}
{% csrf_token %}

Log in

Username

{{ form.username }}

Password

{{ form.password }}

Forgot Password?

Create an Account

{% endblock %}