ajout id sur décision

This commit is contained in:
Aurélien Plancke 2021-06-18 10:43:07 +02:00
parent 96c9a5c647
commit 393383e13b
1 changed files with 1 additions and 1 deletions

View File

@ -455,7 +455,7 @@ def decisions_possible_rows(Se, assiduite, subtitle="", trclass=""):
for ch in choices:
H.append(
"""<tr class="%s"><td title="règle %s"><input type="radio" name="codechoice" value="%s" id="choice_input_%s" onClick="document.getElementById('subut').disabled=false;">"""
% (trclass, ch.rule_id, ch.codechoice, ch.codechoice)
% (trclass, ch.rule_id, ch.codechoice, ch.rule_id)
)
H.append("%s </input></td>" % ch.explication)
if Se.prev: