diff -r e3d8db01f3f5 -r cb8ccbef8fa5 cwvreg.py --- 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