{% extends "base.html" %} {% block titre%}Création d'Évènement{% endblock %} {% block content %} {% if envoi %}L'événement a bien été créé !{% endif %}
{% if erreur %} {{ erreur }} {% endif %}
{% csrf_token %} {{ form.as_p }}
{% endblock %}