Mercurial > p > roundup > code
diff templates/minimal/html/page.html @ 3130:7308c3c5a943
docs editing from Jean Jordaan
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Sat, 12 Feb 2005 00:47:33 +0000 |
| parents | 3421166e9d86 |
| children | bd6ba21d6c47 |
line wrap: on
line diff
--- a/templates/minimal/html/page.html Fri Feb 11 22:18:20 2005 +0000 +++ b/templates/minimal/html/page.html Sat Feb 12 00:47:33 2005 +0000 @@ -39,7 +39,7 @@ tal:content="request/user/username">username</span></b><br> <a tal:attributes="href string:user${request/user/id}" i18n:translate="">Your Details</a><br> - <a tal:attributes="href python:request.indexargs_href('', + <a tal:attributes="href python:request.indexargs_url('', {'@action':'logout'})" i18n:translate="">Logout</a> </p>
