{% load static %} Cargas UAIE

Bienvenido

Ingresa tus datos de inicio de sesión

{% csrf_token %}
{% if error %}

{{ error }}

{% endif %}
{% if messages %} {% for message in messages %} {% if message.tags == 'success' %} {% elif message.tags == 'warning' %} {% else %} {% endif %} {% endfor %} {% endif %}
{% block scripts %} {% endblock scripts %}