diff doc/customizing.txt @ 1817:3d180e08fae0

oops
author Richard Jones <richard@users.sourceforge.net>
date Thu, 18 Sep 2003 23:42:51 +0000
parents 61a23c293147
children fad32dafc174
line wrap: on
line diff
--- a/doc/customizing.txt	Thu Sep 18 23:41:01 2003 +0000
+++ b/doc/customizing.txt	Thu Sep 18 23:42:51 2003 +0000
@@ -2,7 +2,7 @@
 Customising Roundup
 ===================
 
-:Version: $Revision: 1.99 $
+:Version: $Revision: 1.100 $
 
 .. This document borrows from the ZopeBook section on ZPT. The original is at:
    http://www.zope.org/Documentation/Books/ZopeBook/current/ZPT.stx
@@ -3530,7 +3530,7 @@
 "Take" the issue::
 
   <a tal:attributes="href
-     string:issue${i/id}?:assignedto=${user/id}&:action=edit">take</a>
+     string:issue${i/id}?:assignedto=${request/user/id}&:action=edit">take</a>
 
 ... and so on
 

Roundup Issue Tracker: http://roundup-tracker.org/