diff options
author | Steve Losh <steve@stevelosh.com> | 2009-01-30 17:43:07 -0500 |
---|---|---|
committer | Steve Losh <steve@stevelosh.com> | 2009-01-30 17:43:07 -0500 |
commit | 56ea256123ddee86d517cc5904c6898a094cda5a (patch) | |
tree | bcf0fb4f576e81fdfaa39f0797bb3682829b8407 /cfbe.py | |
parent | 7b9a7702aa3f49f21260bbe8ee9f1c13cae1cf34 (diff) | |
download | bugseverywhere-56ea256123ddee86d517cc5904c6898a094cda5a.tar.gz |
Started layout work.
Diffstat (limited to 'cfbe.py')
-rwxr-xr-x | cfbe.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |