[Checkins] SVN: grok/trunk/grokwiki/src/grokwiki/page_templates/ Fix deprecation warning.

Martijn Faassen faassen at infrae.com
Wed Jul 9 07:02:12 EDT 2008


Log message for revision 88141:
  Fix deprecation warning.
  

Changed:
  U   grok/trunk/grokwiki/src/grokwiki/page_templates/edit.pt
  U   grok/trunk/grokwiki/src/grokwiki/page_templates/index.pt

-=-
Modified: grok/trunk/grokwiki/src/grokwiki/page_templates/edit.pt
===================================================================
--- grok/trunk/grokwiki/src/grokwiki/page_templates/edit.pt	2008-07-09 10:51:19 UTC (rev 88140)
+++ grok/trunk/grokwiki/src/grokwiki/page_templates/edit.pt	2008-07-09 11:02:11 UTC (rev 88141)
@@ -1,4 +1,4 @@
-<html metal:use-macro="context/@@layout/main">
+<html metal:use-macro="context/@@layout/macros/main">
     <div metal:fill-slot="content">
         <h1>Edit &raquo;<span tal:replace="context/__name__">WikiPage</span>&laquo;</h1>
 

Modified: grok/trunk/grokwiki/src/grokwiki/page_templates/index.pt
===================================================================
--- grok/trunk/grokwiki/src/grokwiki/page_templates/index.pt	2008-07-09 10:51:19 UTC (rev 88140)
+++ grok/trunk/grokwiki/src/grokwiki/page_templates/index.pt	2008-07-09 11:02:11 UTC (rev 88141)
@@ -1,4 +1,4 @@
-<html metal:use-macro="context/@@layout/main">
+<html metal:use-macro="context/@@layout/macros/main">
     <div metal:fill-slot="content">
         <h1 tal:content="context/__name__">WikiPage</h1>
 



More information about the Checkins mailing list