diff options
Diffstat (limited to 'templates/custom.html')
-rw-r--r-- | templates/custom.html | 4 |
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 | ||