{% extends 'base.html' %} {% load static %} {% block title %} Lasri Del Arte - Inscription {% endblock %} {% block content %}
{% if form.non_field_error %} {% if status == 'success' %}
×

Inscription réussie !

{% endif %} {% if form.non_field_error %} {% for error in form.non_field_errors %}
×

{{ error }}

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

Se connecter

{% csrf_token %} {% for field in form %} {% if field.errors %}
{{ field }} {% for error in field.errors %} {{ error }} {% endfor %}
{% else %}
{{ field }}
{% endif %} {% endfor %}
{% endblock %} {% block javascripts %} {% endblock %}