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 38ae2d4 commit 880fa90Copy full SHA for 880fa90
templates/minimal/html/_generic.help.html
@@ -43,6 +43,7 @@
43
{'@template':'help', 'property': request.form['property'].value,
44
'properties': request.form['properties'].value,
45
'form': request.form['form'].value,
46
+ 'type': request.form['type'].value,
47
'@startwith':prev.first, '@pagesize':prev.size})"
48
i18n:translate="" ><< previous</a>
49
@@ -58,6 +59,7 @@
58
59
60
61
62
63
'@startwith':next.first, '@pagesize':next.size})"
64
i18n:translate="" >next >></a>
65
0 commit comments