Code

More cleaning up of configuration, and the "instance" -> "tracker"
[roundup.git] / roundup / cgi / templating.py
index eaeb6de51f79f1aa98d531edc05f3e72a8050a4f..904ee97d13af43b92e4804e702f85d7eacad43ae 100644 (file)
@@ -1104,7 +1104,7 @@ class HTMLRequest:
     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))