summaryrefslogtreecommitdiff
path: root/templates/custom.html
diff options
context:
space:
mode:
authorDenise sur Lya <sekhmet@lya>2021-07-28 23:32:21 +0200
committerDenise sur Lya <sekhmet@lya>2021-07-28 23:32:21 +0200
commit487aa49cfc31c1358e912966d63f792bab2638f5 (patch)
treea65e419a0c6a8d6a3cd7414edf0e70928b6d74ae /templates/custom.html
parent9dd50f21c43b11d8687c68209718f7429eead92d (diff)
downloadbingo-487aa49cfc31c1358e912966d63f792bab2638f5.tar.gz
bingo-487aa49cfc31c1358e912966d63f792bab2638f5.tar.zst
bingo-487aa49cfc31c1358e912966d63f792bab2638f5.zip
Ajout d'une licence, et du lien vers le code source, et de divers trucs.
Diffstat (limited to 'templates/custom.html')
-rw-r--r--templates/custom.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/custom.html b/templates/custom.html
index 50858ba..caf7d6b 100644
--- a/templates/custom.html
+++ b/templates/custom.html
@@ -37,9 +37,9 @@
37 {% endfor %} 37 {% endfor %}
38 </ul></li> 38 </ul></li>
39 39
40 <li>Score par : <ul> 40 <li>Score : <ul>
41 {% for cle, val in DEFAUT.score.items() %} 41 {% for cle, val in DEFAUT.score.items() %}
42 <li>{{ cle }} : <input class="data" type="number" min="0" name="score_{{ cle }}" value="{{ val }}"></li> 42 <li><input class="data" type="number" min="0" name="score_{{ cle }}" value="{{ val }}"> point(s) par {{ cle }}.</li>
43 {% endfor %} 43 {% endfor %}
44 </ul></li> 44 </ul></li>
45 45