summaryrefslogtreecommitdiff
path: root/templates/custom.html
diff options
context:
space:
mode:
authorDenise sur Lya <sekhmet@lya>2021-07-28 17:30:33 +0200
committerDenise sur Lya <sekhmet@lya>2021-07-28 17:30:33 +0200
commitc95f4f8f7545bd508a9d68686f7dc5fc33a4cf0d (patch)
tree3c413cd2243e53a264e54c788e4cc24ec29dd87d /templates/custom.html
parent451bdc74fe50a124a3fe0733b675c8f01b50ee53 (diff)
downloadbingo-c95f4f8f7545bd508a9d68686f7dc5fc33a4cf0d.tar.gz
bingo-c95f4f8f7545bd508a9d68686f7dc5fc33a4cf0d.tar.zst
bingo-c95f4f8f7545bd508a9d68686f7dc5fc33a4cf0d.zip
ajouts divers, dont la page apropos
Diffstat (limited to 'templates/custom.html')
-rw-r--r--templates/custom.html8
1 files changed, 8 insertions, 0 deletions
diff --git a/templates/custom.html b/templates/custom.html
index b3aed77..50858ba 100644
--- a/templates/custom.html
+++ b/templates/custom.html
@@ -36,7 +36,15 @@
36 <li>{{ cat }} <input type="checkbox" name="categorie_{{cat}}" checked> ({{ nbparcat[loop.index -1] }} phrase(s))</li> 36 <li>{{ cat }} <input type="checkbox" name="categorie_{{cat}}" checked> ({{ nbparcat[loop.index -1] }} phrase(s))</li>
37 {% endfor %} 37 {% endfor %}
38 </ul></li> 38 </ul></li>
39
40 <li>Score par : <ul>
41 {% for cle, val in DEFAUT.score.items() %}
42 <li>{{ cle }} : <input class="data" type="number" min="0" name="score_{{ cle }}" value="{{ val }}"></li>
43 {% endfor %}
44 </ul></li>
45
39</ul> 46</ul>
47
40<input type="submit" name="zou" value="Je veux une grille !"> 48<input type="submit" name="zou" value="Je veux une grille !">
41 49
42</form> 50</form>