provide specialized error views; activate via including configure-errorviews.zcml in overrides.zcml
git-svn-id: svn://svn.cy55.de/Zope3/src/cybertools/trunk@3484 fd906abe-77d9-0310-91a1-e0d9ade77398
This commit is contained in:
parent
9bd5b369eb
commit
968c988a1c
1 changed files with 2 additions and 4 deletions
|
@ -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" />
|
||||
|
||||
<page for="zope.publisher.interfaces.INotFound"
|
||||
name="index.html"
|
||||
permission="zope.Public"
|
||||
template="notfound.pt"
|
||||
class="zope.app.exception.browser.notfound.NotFound"
|
||||
layer="cybertools.browser.loops.Loops" />
|
||||
class="zope.app.exception.browser.notfound.NotFound" />
|
||||
|
||||
</configure>
|
||||
|
|
Loading…
Add table
Reference in a new issue