calebasse / calebasse / templates / calebasse / simple-form.html @ 54318d2c
1 |
{% extends "calebasse/base.html" %} |
---|---|
2 |
|
3 |
{% block appbar %} |
4 |
<h2></h2>
|
5 |
<a href="..">Retour</a> |
6 |
{% endblock %} |
7 |
|
8 |
{% block content %} |
9 |
<form method="post"> |
10 |
<div id="form-content"> |
11 |
{% csrf_token %} |
12 |
{{ form.as_p }} |
13 |
</div>
|
14 |
{% block buttons %} |
15 |
<button class="enable-on-change">Modifier</button> |
16 |
{% endblock %} |
17 |
<a href="..">{% block back-link %}Retour{% endblock %}</a> |
18 |
</form>
|
19 |
{% endblock %} |
- « Previous
- 1
- …
- 6
- 7
- 8
- Next »