{% extends "base.html" %} {% block title %}Sign in{% endblock %} {% block content %}
Your username and password didn't match. Please try again.
{% endif %} {% if next %} {% if user.is_authenticated %}Your account doesn't have access to this page. Please sign in with an account that does.
{% else %}Please sign in to continue.
{% endif %} {% endif %} {% url 'register' as register_url %} {% url 'password_reset' as password_reset_url %} {% if register_url or password_reset_url %}