From 61e078034a7af4561c9afb3d1f3602fb866466c7 Mon Sep 17 00:00:00 2001 From: richard Date: Thu, 13 Mar 2003 11:06:25 +0000 Subject: [PATCH] add access to real db through HTML db git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@1588 57a73879-2fb5-44c3-a270-3262357dd7e2 --- roundup/cgi/templating.py | 1 + 1 file changed, 1 insertion(+) diff --git a/roundup/cgi/templating.py b/roundup/cgi/templating.py index 2fe97ea..0984bc1 100644 --- a/roundup/cgi/templating.py +++ b/roundup/cgi/templating.py @@ -198,6 +198,7 @@ class HTMLDatabase: ''' def __init__(self, client): self._client = client + self._db = client.db # we want config to be exposed self.config = client.db.config -- 2.39.5