aboutsummaryrefslogtreecommitdiffstats
path: root/cfbe.py
diff options
context:
space:
mode:
Diffstat (limited to 'cfbe.py')
-rwxr-xr-xcfbe.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cfbe.py b/cfbe.py
index 6a9fec3..f8e1321 100755
--- a/cfbe.py
+++ b/cfbe.py
@@ -16,7 +16,7 @@ class WebInterface:
@cherrypy.expose
def index(self):
- template = env.get_template('base.html')
+ template = env.get_template('list.html')
return template.render(bugs=bd)