[Checkins] SVN: five.grok/trunk/src/five/grok/tests/all/all_test_templates/grokvillageview.pt getCaves is an attribute of the view, not the context.

Martin Aspeli optilude at gmx.net
Sun Aug 3 18:41:42 EDT 2008


Log message for revision 89323:
  getCaves is an attribute of the view, not the context.

Changed:
  U   five.grok/trunk/src/five/grok/tests/all/all_test_templates/grokvillageview.pt

-=-
Modified: five.grok/trunk/src/five/grok/tests/all/all_test_templates/grokvillageview.pt
===================================================================
--- five.grok/trunk/src/five/grok/tests/all/all_test_templates/grokvillageview.pt	2008-08-03 22:17:25 UTC (rev 89322)
+++ five.grok/trunk/src/five/grok/tests/all/all_test_templates/grokvillageview.pt	2008-08-03 22:41:42 UTC (rev 89323)
@@ -1,6 +1,6 @@
 <html>
 <body>
-<div tal:repeat="cave context/getCaves">
+<div tal:repeat="cave view/getCaves">
 In cave <span tal:replace="cave/id"/> there is <span tal:replace="cave/caveWomen"/> cavewomen.
 </div>
 </body>



More information about the Checkins mailing list