Mercurial > p > roundup > code
diff roundup/cgi/templating.py @ 1151:7e0024954954
making it easier to add new actions, and more docco
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Mon, 16 Sep 2002 05:32:09 +0000 |
| parents | db13f46cb5f9 |
| children | 5cf0a6b6e787 |
line wrap: on
line diff
--- a/roundup/cgi/templating.py Mon Sep 16 04:30:45 2002 +0000 +++ b/roundup/cgi/templating.py Mon Sep 16 05:32:09 2002 +0000 @@ -173,7 +173,7 @@ if self._v_errors: raise PageTemplate.PTRuntimeError, \ - 'Page Template %s has errors.' % self.id + 'Page Template %s has errors.'%self.id # figure the context classname = classname or client.classname
