[ZCM] [ZC] 1462/ 2 Resolve "Code error in Zope Tutorial lesson 6"
Collector: Zope Bugs, Features,
and Patches ...
zope-coders-admin at zope.org
Thu Aug 12 08:03:39 EDT 2004
Issue #1462 Update (Resolve) "Code error in Zope Tutorial lesson 6"
Status Resolved, Zope/bug+solution medium
To followup, visit:
http://collector.zope.org/Zope/1462
==============================================================
= Resolve - Entry #2 by chrisw on Aug 12, 2004 8:03 am
Status: Pending => Resolved
This has already been fixed and will be fixed in Zope 2.8 and 2.7.3.
________________________________________
= Request - Entry #1 by Anonymous User on Aug 10, 2004 7:55 pm
Lesson 6 the page template must be:
<html>
<h1 tal:content="template/title">title</h1>
<table border="1">
<tr tal:repeat="sighting container/sightingsFolder/objectValues">
<td tal:content="structure sighting">
Sighting goes here
</td>
</tr>
</table>
</html>
in order to display each sighting in a different box.
==============================================================
More information about the Zope-Collector-Monitor
mailing list