{% extends "agenda_culturel/page.html" %} {% block title %}{% block og_title %}Connexion{% endblock %}{% endblock %} {% block fluid %}{% endblock %} {% block content %}

Connexion

{% if form.errors %}

Vos identifiants sont incorrects. Veuillez réessayer.

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

Vous n'avez pas l'autorisation d'accéder à cette page. Pour y accéder, veuillez vous connecter avec un compte autorisé.

{% else %}

Veuillez vous identifier pour consulter cette page.

{% endif %} {% else %}

Veuillez vous identifier pour consulter cette page.

{% endif %}
{% csrf_token %}
{{ form.username.label_tag }} {{ form.username }}
{{ form.password.label_tag }} {{ form.password }}

Mot de passe oublié ? Réinitialiser son mot de passe

{% endblock %}