diff --git a/browser/loops/configure-errorviews.zcml b/browser/loops/configure-errorviews.zcml new file mode 100644 index 0000000..4f086b5 --- /dev/null +++ b/browser/loops/configure-errorviews.zcml @@ -0,0 +1,21 @@ + + + + + + + + + diff --git a/browser/loops/configure.zcml b/browser/loops/configure.zcml index a16ecbc..6745f31 100644 --- a/browser/loops/configure.zcml +++ b/browser/loops/configure.zcml @@ -70,20 +70,4 @@ - - - - - - diff --git a/browser/loops/notfound.pt b/browser/loops/notfound.pt new file mode 100644 index 0000000..ebaf68e --- /dev/null +++ b/browser/loops/notfound.pt @@ -0,0 +1,6 @@ + + +

+ The page that you are trying to access is not available

+ + diff --git a/browser/loops/systemerror.pt b/browser/loops/systemerror.pt new file mode 100644 index 0000000..857b62e --- /dev/null +++ b/browser/loops/systemerror.pt @@ -0,0 +1,6 @@ + + +

+ A system error occurred

+ +