branch | tls-sprint |
changeset 832 | 8e06873d80d3 |
parent 823 | cb8ccbef8fa5 |
child 871 | 01eb42259154 |
--- a/web/application.py Wed Feb 18 20:31:19 2009 +0100 +++ b/web/application.py Wed Feb 18 20:32:16 2009 +0100 @@ -387,7 +387,7 @@ errview = self.vreg.select_view('error', req, None) content = self.vreg.main_template(req, 'main-template', view=errview) except: - content = self.vreg.main_template(req, 'error') + content = self.vreg.main_template(req, 'error-template') raise StatusResponse(500, content) def need_login_content(self, req):