{% extends "base.html" %} {% load i18n %} {% block meta_title %}Identification{% endblock %} {% block title %}Identification{% endblock %} {% block main %}
{% if form.errors %}

Votre identifiant et votre mot de passe ne correspondent pas.
Vérifiez votre mot de passe SVP.

{% endif %}
{{ form.as_p }}

{% csrf_token %}

Vous avez oublié votre mot de passe ?

{% endblock %}