projets
/
auf_django_references.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Correction d'un problème d'encodage lorsqu'on lance un syncdb dans une pipe
[auf_django_references.git]
/
tests
/
universite
/
templates
/
universite
/
universite_form.html
1
<html>
2
<head>
3
{{ form.media }}
4
</head>
5
<body>
6
<form
action
=
""
method
=
"post"
>
7
{% csrf_token %}
8
<table>
9
{{ form }}
10
<tr>
11
<td></td>
12
<td><input
type
=
"submit"
value
=
"Enregistrer"
/></td>
13
</tr>
14
</table>
15
</form>
16
</body>
17
</html>