Mercurial > p > roundup > code
diff templates/classic/html/user.item.html @ 1730:2dd6b4c825e9
Final touches to fix query editing. It should work now.
| author | Johannes Gijsbers <jlgijsbers@users.sourceforge.net> |
|---|---|
| date | Sun, 10 Aug 2003 10:30:56 +0000 |
| parents | e68c752955fd |
| children | 5ed17c4b840c |
line wrap: on
line diff
--- a/templates/classic/html/user.item.html Mon Jul 28 23:41:04 2003 +0000 +++ b/templates/classic/html/user.item.html Sun Aug 10 10:30:56 2003 +0000 @@ -85,7 +85,7 @@ <td><a tal:attributes="href string:query${query/id}" tal:content="query/name"></a></td> <td> - <a tal:attributes="href python:'%s%s'%(query['klass'], query['url'])">display</a> + <a tal:attributes="href string:${query/klass}?${query/url}">display</a> </td> <td> <a tal:attributes="href string:?:remove:queries=${query/id}&:action=edit">remove</a>
