Commit 36a1f133 authored by Chris Withers's avatar Chris Withers

Collector #1295: Fixed minor niglet with the Elvis tutorial.

parent 2f1f41dc
......@@ -139,6 +139,8 @@ Zope Changes
Bugs fixed
- Collector #1295: Fixed minor niglet with the Elvis tutorial.
- added "version.txt" to setup.py to avoid untrue "unreleased version"
messages within the control panel
......
Zope Tutorial 1.2
Bug Fixes
* Fix niglet in step 7.
Zope Tutorial 1.1
Features
......
......@@ -403,13 +403,10 @@ Lesson 6. Recent Elvis Sightings, cont.
<h1 tal:content="template/title">title</h1>
<table border="1">
<tr>
<td>
<div tal:repeat="sighting container/sightingsFolder/objectValues"
tal:content="structure sighting">
Sighting goes here
</div>
</td>
<tr tal:repeat="sighting container/sightingsFolder/objectValues">
<td tal:content="structure sighting">
Sighting goes here
</td>
</tr>
</table>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment