[Zope-CVS] CVS: Packages/JobBoardEx - Tutorial.html:1.21
Guido van Rossum
guido@python.org
Mon, 17 Jun 2002 17:51:18 -0400
Update of /cvs-repository/Packages/JobBoardEx
In directory cvs.zope.org:/tmp/cvs-serv15302
Modified Files:
Tutorial.html
Log Message:
Fix a class/module reference. Add back a few of Bruce's words.
=== Packages/JobBoardEx/Tutorial.html 1.20 => 1.21 ===
the page templates <a href="edit.pt">edit.pt</a> and <a
href="preview.pt">preview.pt</a>, but unlike the default view for Job
-and JobList, there is also Python code involved, in the class <a
-href="JobCreateView.py">JobCreateView.py</a>.
+and JobList, there is also Python code involved, the JobCreateView
+class in the module <a href="JobCreateView.py">JobCreateView.py</a>.
+For the user, the process begins in the page produced by the template
+edit.py, but we'll review the class first.
<h4>The JobCreateView class</h4>