show wiki title on view page

git-svn-id: svn://svn.cy55.de/Zope3/src/cybertools/trunk@3859 fd906abe-77d9-0310-91a1-e0d9ade77398
This commit is contained in:
helmutm 2010-05-09 14:57:29 +00:00
parent 4b33b8f9d4
commit 68fe787feb

View file

@ -16,7 +16,7 @@
<metal:content define-macro="wiki">
<h1>Wiki</h1>
<h1 tal:content="context/title">Wiki</h1>
<div tal:repeat="page view/listPages">
<a tal:attributes="href page/absolute_url"
tal:content="page/title" />