j
k
j a
j l
Small correction ...
<option tal:attributes="python: test(foo == bar, 'selected', None)" ...
Should be: <option tal:attributes="selected python: test(foo == bar, 'selected', None)" ...
Back to the thread
Back to the list