Project

General

Profile

Download (443 Bytes) Statistics
| Branch: | Tag: | Revision:
{% extends "calebasse/base.html" %}

{% block appbar %}
<h2></h2>
<a href="..">Retour</a>
{% endblock %}

{% block content %}
<form method="post">
<div id="form-content">
{% csrf_token %}
{{ form.as_p }}
</div>
{% block buttons %}
<button class="enable-on-change">Modifier</button>
{% endblock %}
<a href="..">{% block back-link %}Retour{% endblock %}</a>
</form>
{% endblock %}
(8-8/8)