X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=roundup%2Fcgi%2Ftemplating.py;h=d29f31d6600aac87eae1d8eae92f55a511c90a2b;hb=ef558f6cdc27a8289fffae910e873ccf3ef1bfcd;hp=15f10c721756c8b9eb4218c7bc1a966bf71fc4c7;hpb=a58d37f38b36a520c2db1ba0d3dd11886a582d29;p=roundup.git diff --git a/roundup/cgi/templating.py b/roundup/cgi/templating.py index 15f10c7..d29f31d 100644 --- a/roundup/cgi/templating.py +++ b/roundup/cgi/templating.py @@ -98,7 +98,7 @@ def getTemplate(dir, name, extension, classname=None, request=None): # compile the template templates[key] = pt = RoundupPageTemplate() pt.write(open(src).read()) - pt.id = name + pt.id = filename pt.mtime = time.time() return pt