{% extends "registration/base.html" %} {% block title %}{{block.super }} | Sign in {% endblock %} {% block header %} {% if next %}

You need to sign-in to access that page

{% else %}

Sign in

{% endif %} {% endblock %} {% block content %}
{% csrf_token %}

{{ form.username }}

{{ form.password }}

{{ form.errors }}
{% endblock %}