{% extends "base.html" %} {% block title %} SLUB - Είσοδος Χρήστη/Διαχειριστή {% endblock %} {% block content %}

Είσοδος Χρήστη/Διαχειριστή

{% csrf_token %}
Είσοδος ως:
Όνομα χρήστη: {# https://stackoverflow.com/questions/5272433/html5-form-required-attribute-set-custom-validation-message #} {# https://stackoverflow.com/questions/8078388/hiding-title-tags-on-hover #}
Κωδικός πρόσβασης: {# https://stackoverflow.com/questions/5272433/html5-form-required-attribute-set-custom-validation-message #} {# https://stackoverflow.com/questions/8078388/hiding-title-tags-on-hover #}

{% if error_messages %} {% for message in error_messages %}

Σφάλμα {{ message | linebreaksbr }}

{% endfor %} {% endif %}
{% endblock %}