{% extends "base.html" %} {% block titre %}Ajouter une partition{% endblock %} {% block content %}

Ajouter une partition

{% if sauvegarde %}

Partition enregistrée

{% endif %} {% if error %}

{{ error }}

{% endif %}

Le nom du fichier ne doit pas contenir d'accents

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

Retour aux partitions

{% endblock %}