{% extends "base.html" %} {%block titre %}Proposition de morceau{% endblock %} {% block content %}

Retour aux propositions

{% if envoi %}

Votre proposition a été enregistrée.{% endif %}

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