{% load static %} Monteschool

Authentification

{% csrf_token %}

{{ message }}

{% if form.errors %} {% for field in form %} {% for error in field.errors %}

{{ error }}

{% endfor %} {% endfor %} {% for error in form.non_field_errors %}

{{ error }}

{% endfor %} {% endif %}

Pas de compte ?