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:
parent
4b33b8f9d4
commit
68fe787feb
1 changed files with 1 additions and 1 deletions
|
@ -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" />
|
||||
|
|
Loading…
Add table
Reference in a new issue