diff --git a/browser/configure-errorviews.zcml b/browser/configure-errorviews.zcml index 4f086b5..0679dfc 100644 --- a/browser/configure-errorviews.zcml +++ b/browser/configure-errorviews.zcml @@ -8,14 +8,12 @@ name="index.html" template="systemerror.pt" class="zope.app.exception.systemerror.SystemErrorView" - permission="zope.Public" - layer="cybertools.browser.loops.Loops" /> + permission="zope.Public" /> + class="zope.app.exception.browser.notfound.NotFound" />