{% extends "base_generic.html" %} {% block content %} {% if form.errors %}
Your username and password didn't match. Please try again.
{% endif %} {% if user.is_authenticated %}You don't have to log in again since you have logged in.
{% else %}Please login:
{# Assumes you setup the password_reset view in your URLconf #} {% endif %} {% endblock %}