⚲
Project
General
Profile
Sign in
Register
Home
Projects
Help
Search
:
Calebasse
All Projects
Produits Entr'ouvert
»
Calebasse
Overview
Activity
Roadmap
Issues
News
Documents
Wiki
Files
Repository
Download (443 Bytes)
Statistics
| Branch:
cv2
demo
master
new-features
regularisation
wip-Django1.7
| Tag:
1.0.0
1.0.1
1.0.99
1.1.0
1.1.1
1.1.2
cv2-1
cv2-2
v1.2.0
v1.2.99
| Revision:
calebasse
/
calebasse
/
templates
/
calebasse
/
simple-form.html
@ 54318d2c
View
History
Annotate
{% 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 %}
« Previous
1
…
6
7
8
Next »
(8-8/8)
Loading...