[Checkins]
SVN: megrok.five/trunk/TodoList/src/todolist/todoitem_templates/index.pt
work around an acquisition annoyance by using a relative url
part. surprisingly
Philipp von Weitershausen
philikon at philikon.de
Wed Feb 14 19:19:56 EST 2007
Log message for revision 72592:
work around an acquisition annoyance by using a relative url part. surprisingly
this works :)
Changed:
U megrok.five/trunk/TodoList/src/todolist/todoitem_templates/index.pt
-=-
Modified: megrok.five/trunk/TodoList/src/todolist/todoitem_templates/index.pt
===================================================================
--- megrok.five/trunk/TodoList/src/todolist/todoitem_templates/index.pt 2007-02-15 00:19:19 UTC (rev 72591)
+++ megrok.five/trunk/TodoList/src/todolist/todoitem_templates/index.pt 2007-02-15 00:19:56 UTC (rev 72592)
@@ -3,7 +3,7 @@
<h1 tal:content="context/title">todo item title goes here</h1>
-<p><a href="" tal:attributes="href python:view.url(context.aq_parent)">
+<p><a href="" tal:attributes="href python:view.url('..')">
Back to main page
</a></p>
More information about the Checkins
mailing list