diff -r 69c623aa39ed -r 9cd49a910fce cwvreg.py --- a/cwvreg.py Wed Feb 18 16:55:01 2009 +0100 +++ b/cwvreg.py Wed Feb 18 17:12:52 2009 +0100 @@ -198,7 +198,7 @@ and returning the output as a string instead of requiring the [w]rite method as argument """ - res = self.render('templates', oid, req, **context) + res = self.render('views', oid, req, **context) if isinstance(res, unicode): return res.encode(req.encoding) assert isinstance(res, str)