Skip to content

Commit 9096afb

Browse files
author
Richard Jones
committed
doc fix backported from HEAD
1 parent b191898 commit 9096afb

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.68.2.1 $
5+
:Version: $Revision: 1.68.2.2 $
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
@@ -2233,7 +2233,7 @@ Restricting the list of users that are assignable to a task
22332233
<select name="assignedto">
22342234
<option value="-1">- no selection -</option>
22352235
<tal:block tal:repeat="user db/user/list">
2236-
<option tal:condition="python:user.hasPermission('Fixer', context.classname)"
2236+
<option tal:condition="python:user.hasPermission('Fixer', context._classname)"
22372237
tal:attributes="value user/id;
22382238
selected python:user.id == context.assignedto"
22392239
tal:content="user/realname"></option>

0 commit comments

Comments
 (0)