Skip to content

Commit f591945

Browse files
author
Richard Jones
committed
merge from HEAD
1 parent eb99da7 commit f591945

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

templates/classic/html/page.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff 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;

0 commit comments

Comments
 (0)