cwvreg.py
branchtls-sprint
changeset 823 cb8ccbef8fa5
parent 816 9cd49a910fce
child 1016 26387b836099
--- a/cwvreg.py	Wed Feb 18 18:06:41 2009 +0100
+++ b/cwvreg.py	Wed Feb 18 19:19:57 2009 +0100
@@ -193,7 +193,7 @@
         selected = self.select(objclss, req, rset, **context)
         return selected.dispatch(**context)
         
-    def main_template(self, req, oid='main', **context):
+    def main_template(self, req, oid='main-template', **context):
         """display query by calling the given template (default to main),
         and returning the output as a string instead of requiring the [w]rite
         method as argument