aboutsummaryrefslogtreecommitdiffstats
path: root/web.py
diff options
context:
space:
mode:
Diffstat (limited to 'web.py')
-rw-r--r--web.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/web.py b/web.py
index 0833884..7de7d3f 100644
--- a/web.py
+++ b/web.py
@@ -16,7 +16,7 @@ class WebInterface:
self.bd = bugdir.BugDir(root=self.bug_root)
self.repository_name = self.bd.root.split('/')[-1]
self.env = Environment(loader=FileSystemLoader(template_root))
- env.filters['datetimeformat'] = datetimeformat
+ self.env.filters['datetimeformat'] = datetimeformat
def get_common_information(self):
"""Returns a dict of common information that most pages will need."""