{% include "vesper/header-prefix.html" %} Log In - Vesper {% load vesper_extras %} {% load staticfiles %} {% include "vesper/navbar.html" %}

Log In

{% if form.errors %}

Your username or password was incorrect. Please try again.

{% endif %} {% if next %} {% if user.is_authenticated %}

You are currently logged in as user "{{ user.username}}", who does not have access to this page. To proceed, please log in as a user who does have access.

{% endif %} {% endif %}
{% csrf_token %} {{ form.username|form_element }} {{ form.password|form_element }} {# Assumes you set up the password_reset view in your URLconf #}