{% extends "base.html" %} {%block titre %}Ajout d'un pad{% endblock %} {% block content %}

Retour à la liste

{% if envoi %}

Ce pad a été enregistré.{% endif %}

{% csrf_token %} {{ form.as_p }}
{% endblock %}