Mercurial > p > roundup > code
diff roundup/cgi/templating.py @ 1096:fa7df238e2d4
More cleaning up of configuration, and the "instance" -> "tracker" renaming.
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Tue, 10 Sep 2002 03:01:20 +0000 |
| parents | 24c9e81fce85 |
| children | 98f3d41f41d9 |
line wrap: on
line diff
--- a/roundup/cgi/templating.py Tue Sep 10 02:37:28 2002 +0000 +++ b/roundup/cgi/templating.py Tue Sep 10 03:01:20 2002 +0000 @@ -1104,7 +1104,7 @@ def description(self): ''' Return a description of the request - handle for the page title. ''' - s = [self.client.db.config.INSTANCE_NAME] + s = [self.client.db.config.TRACKER_NAME] if self.classname: if self.client.nodeid: s.append('- %s%s'%(self.classname, self.client.nodeid))
