make sure view is used on link to media manager
git-svn-id: svn://svn.cy55.de/Zope3/src/cybertools/trunk@4083 fd906abe-77d9-0310-91a1-e0d9ade77398
This commit is contained in:
parent
2be22a9dcb
commit
bd412c0382
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@
|
|||
<metal:content define-macro="wiki">
|
||||
<h1 tal:content="context/title">Wiki</h1>
|
||||
<div>
|
||||
<a tal:attributes="href string:${context/absolute_url}/media.html"
|
||||
<a tal:attributes="href string:${context/absolute_url}/@@media.html"
|
||||
i18n:translate="">Media Manager</a></div>
|
||||
<h2 i18n:translate="">Wiki Pages</h2>
|
||||
<div tal:repeat="page view/listPages">
|
||||
|
|
Loading…
Add table
Reference in a new issue