Skip to content

Commit 880fa90

Browse files
author
Richard Jones
committed
oops
1 parent 38ae2d4 commit 880fa90

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

templates/minimal/html/_generic.help.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@
4343
{'@template':'help', 'property': request.form['property'].value,
4444
'properties': request.form['properties'].value,
4545
'form': request.form['form'].value,
46+
'type': request.form['type'].value,
4647
'@startwith':prev.first, '@pagesize':prev.size})"
4748
i18n:translate="" >&lt;&lt; previous</a>
4849
&nbsp;
@@ -58,6 +59,7 @@
5859
{'@template':'help', 'property': request.form['property'].value,
5960
'properties': request.form['properties'].value,
6061
'form': request.form['form'].value,
62+
'type': request.form['type'].value,
6163
'@startwith':next.first, '@pagesize':next.size})"
6264
i18n:translate="" >next &gt;&gt;</a>
6365
&nbsp;

0 commit comments

Comments
 (0)