diff options
author | Denise sur ardoise <denise@ardoise> | 2022-07-19 22:24:07 +0200 |
---|---|---|
committer | Denise sur ardoise <denise@ardoise> | 2022-07-19 22:24:07 +0200 |
commit | 7aac9b2adb63cf100afc6b97d263a53ef89b9c83 (patch) | |
tree | 7dd6637e8672c35f2c55958814cfb3f0ca948397 /templates/index.html | |
parent | 32b3d06150018ed96d071cc0c6281469a880f9e0 (diff) | |
download | oms-7aac9b2adb63cf100afc6b97d263a53ef89b9c83.tar.gz oms-7aac9b2adb63cf100afc6b97d263a53ef89b9c83.tar.zst oms-7aac9b2adb63cf100afc6b97d263a53ef89b9c83.zip |
Version 2.6 plus : pas mal de changements (voir changelog)
Diffstat (limited to 'templates/index.html')
-rw-r--r-- | templates/index.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/templates/index.html b/templates/index.html index c23cfc1..ace0982 100644 --- a/templates/index.html +++ b/templates/index.html | |||
@@ -198,9 +198,11 @@ | |||
198 | <option value="{{ symb }}" {% if numero_enfant == loop.index %} selected{% endif %}>{{ CONFIG.liste_symboles[symb] | safe}}</option> | 198 | <option value="{{ symb }}" {% if numero_enfant == loop.index %} selected{% endif %}>{{ CONFIG.liste_symboles[symb] | safe}}</option> |
199 | {% endfor %} | 199 | {% endfor %} |
200 | </select> | | 200 | </select> | |
201 | Couleur : <input type="color" name="couleur_donnees_{{ numero_enfant }}" value="{{ valform.couleurs.cadretxt }}"></li>{% endfor %} | 201 | Couleur : <input type="color" name="couleur_donnees_{{ numero_enfant }}" value="{{ valform.couleurs.cadretxt }}"> | |
202 | Alias <span class="petit">(remplace le prénom)</span> : <input type="text" name="alias_{{ numero_enfant }}"></li>{% endfor %} | ||
202 | </ul> | 203 | </ul> |
203 | <p class="bouton" onclick="ajoute_enfants()" id="reveleenfants">Plus d'enfants O_o</p> | 204 | <p class="bouton" onclick="ajoute_enfants()" id="reveleenfants">Plus d'enfants O_o</p> |
205 | |||
204 | </div> | 206 | </div> |
205 | 207 | ||
206 | 208 | ||