summaryrefslogtreecommitdiff
path: root/templates/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/index.html')
-rw-r--r--templates/index.html5
1 files changed, 3 insertions, 2 deletions
diff --git a/templates/index.html b/templates/index.html
index 3ca5eac..52fa466 100644
--- a/templates/index.html
+++ b/templates/index.html
@@ -24,11 +24,12 @@
24 24
25<form id="donnees_enfant"> 25<form id="donnees_enfant">
26 26
27
28
29<h3>Informations sur l'enfant</h3>
27<div> 30<div>
28<input type="reset" value="Effacer les données du formulaire"> 31<input type="reset" value="Effacer les données du formulaire">
29</div> 32</div>
30
31<h3>Informations sur l'enfant</h3>
32<ul> 33<ul>
33<li><label>Nom de l'enfant&nbsp;:</label> <input type="text" name="nom" value="{{ valform.nom }}"></li> 34<li><label>Nom de l'enfant&nbsp;:</label> <input type="text" name="nom" value="{{ valform.nom }}"></li>
34<li><label>Sexe&nbsp;:</label> <label><input type="radio" name="sexe" value="F" {%if valform.sexe == "F" %}checked{% endif %}> féminin </label> 35<li><label>Sexe&nbsp;:</label> <label><input type="radio" name="sexe" value="F" {%if valform.sexe == "F" %}checked{% endif %}> féminin </label>