We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34f7ac5 commit 4d00d1cCopy full SHA for 4d00d1c
website/issues/html/_generic.help-list.html
@@ -25,7 +25,6 @@
25
26
<tal:if condition="context/is_view_ok">
27
<tal:def define="batch request/batch;">
28
- <form name=dummyform>
29
<table width="100%"
30
tal:define="template string:help-list"
31
metal:use-macro="templates/help/macros/batch_navi"
@@ -42,7 +41,7 @@
42
41
</tr>
43
</table>
44
45
+ <form name="dummyform">
46
<table class="classhelp"
47
tal:define="
48
props python:request.form['properties'].value.split(',');
0 commit comments