branch | tls-sprint |
changeset 816 | 9cd49a910fce |
parent 785 | e4f9fa3c891a |
child 823 | cb8ccbef8fa5 |
--- 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)