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 @@ -155,9 +155,10 @@ <h2><span metal:define-slot="body_title">body title</span></h2>
155155 < ul class ="search-checkboxes "
156156 tal:define ="value python:request.form.getvalue(name) ">
157157 < li tal:repeat ="s python:db[db_klass].list() ">
158- < input type ="checkbox " tal:attributes ="name name; id string:name-${s/id};
158+ < input type ="checkbox " tal:attributes ="name name; id string:$ name-${s/id};
159159 value s/id; checked python:value == s.id " />
160- < label tal:attributes ="for string:$name-${s/id} " tal:content ="s/name " />
160+ < label tal:attributes ="for string:$name-${s/id} "
161+ tal:content ="python:s[db_content] " />
161162 </ li >
162163 < li metal:define-slot ="no_value_item ">
163164 < input type ="checkbox " value ="-1 " tal:attributes ="name name;
You can’t perform that action at this time.
0 commit comments