{% extends 'header.html' %} {% load i18n %} {% load static %} {% load bootstrap3 %} {% bootstrap_css %} {% bootstrap_javascript %} {% bootstrap_messages %} {% block title %}{% trans "iniciar_sesion" %}{% endblock %} {% block content %} {% include 'topnav-deslogueado.html' %} {% trans "iniciar_sesion" %} {% csrf_token %} {% if form.errors %} {% for field in form %} {% for error in field.errors %} {{ error|escape }}{{ field.name }} {% endfor %} {% endfor %} {% for error in form.non_field_errors %} {{ error|escape }}{{ field }} {% endfor %} {% endif %} El usuario y/o contraseña que ingresaste son inválidos. ¿Olvidaste tu contraseña? {% for message in messages %} {{ message }} {% endfor %} Usuario Contraseña Mostrar y ocultar contraseña ¿Olvidaste tu contraseña? {% include 'footer.html' %}
El usuario y/o contraseña que ingresaste son inválidos. ¿Olvidaste tu contraseña?