summaryrefslogtreecommitdiff
path: root/templates/custom.html
diff options
context:
space:
mode:
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>