{% extends "registration/base_login.html" %} {% block content %} {% if form.errors %}

Tu usuario y password no coinciden. Intenta de nuevo.

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

Your account doesn't have access to this page. To proceed, please login with an account that has access.

{% else %}

Ingresa a tu cuenta:

{% endif %} {% endif %}
{% csrf_token %}
{# Assumes you setup the password_reset view in your URLconf #} {#

Lost password?

#} {% endblock %}