Skip to content

Commit 21ca548

Browse files
author
Richard Jones
committed
filename change
1 parent 93e5512 commit 21ca548

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/customizing.txt

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

5-
:Version: $Revision: 1.161.2.9 $
5+
:Version: $Revision: 1.161.2.10 $
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
@@ -715,8 +715,8 @@ tracker is initialised. The actual method of doing so is completely
715715
different in each case though, so be careful to use the right one.
716716

717717
**Changing content before tracker initialisation**
718-
Edit the schema module in your tracker to alter the items created in
719-
using the ``create()`` methods.
718+
Edit the initial_data.py module in your tracker to alter the items
719+
created using the ``create( ... )`` methods.
720720

721721
**Changing content after tracker initialisation**
722722
As the "admin" user, click on the "class list" link in the web

0 commit comments

Comments
 (0)