File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -177,9 +177,10 @@ <h2><span metal:define-slot="body_title">body title</span></h2>
177177 < ul class ="search-checkboxes "
178178 tal:define ="value python:request.form.getvalue(name) ">
179179 < li tal:repeat ="s python:db[db_klass].list() ">
180- < input type ="checkbox " tal:attributes ="name name; id string:name-${s/id};
180+ < input type ="checkbox " tal:attributes ="name name; id string:$ name-${s/id};
181181 value s/id; checked python:value == s.id " />
182- < label tal:attributes ="for string:$name-${s/id} " tal:content ="s/name " />
182+ < label tal:attributes ="for string:$name-${s/id} "
183+ tal:content ="python:s[db_content] " />
183184 </ li >
184185 < li metal:define-slot ="no_value_item ">
185186 < input type ="checkbox " value ="-1 " tal:attributes ="name name;
You can’t perform that action at this time.
0 commit comments