projets
/
auf_rh_dae.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Ajouté jQuery-UI
[auf_rh_dae.git]
/
project
/
dae
/
templates
/
dae
/
financement.html
1
{% extends 'base.html' %}
2
3
{% block title %}
4
Formulaire financement
5
{% endblock %}
6
7
{% block main %}
8
<h2>
Financement
</h2>
9
10
<form
action
=
""
method
=
"post"
>
11
<table
cellspacing
=
"0"
>
12
{{ form.as_table }}
13
</table>
14
<input
type
=
"submit"
name
=
"save"
value
=
"Sauvegarder"
/>
15
{% if not new %}
16
<input
type
=
"submit"
name
=
"delete"
value
=
"Supprimer"
/>
17
{% endif %}
18
</form>
19
{% endblock %}