Skip to content

Commit 63c4292

Browse files
author
Richard Jones
committed
fix doc bug
1 parent 841af51 commit 63c4292

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/customizing.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Customising Roundup
33
===================
44

5-
:Version: $Revision: 1.75 $
5+
:Version: $Revision: 1.76 $
66

77
.. This document borrows from the ZopeBook section on ZPT. The original is at:
88
http://www.zope.org/Documentation/Books/ZopeBook/current/ZPT.stx
@@ -2282,7 +2282,7 @@ Restricting the list of users that are assignable to a task
22822282
<select name="assignedto">
22832283
<option value="-1">- no selection -</option>
22842284
<tal:block tal:repeat="user db/user/list">
2285-
<option tal:condition="python:user.hasPermission('Fixer', context.classname)"
2285+
<option tal:condition="python:user.hasPermission('Fixer', context._classname)"
22862286
tal:attributes="value user/id;
22872287
selected python:user.id == context.assignedto"
22882288
tal:content="user/realname"></option>

0 commit comments

Comments
 (0)