summaryrefslogtreecommitdiff
path: root/docs/narr/hooks.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/narr/hooks.rst')
-rw-r--r--docs/narr/hooks.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/narr/hooks.rst b/docs/narr/hooks.rst
index 086dc16ad..c2f6966de 100644
--- a/docs/narr/hooks.rst
+++ b/docs/narr/hooks.rst
@@ -6,6 +6,8 @@ Using ZCML Hooks
ZCML "hooks" can be used to influence the behavior of the
:mod:`repoze.bfg` framework in various ways.
+.. _changing_the_notfound_view:
+
Changing the Not Found View
---------------------------
@@ -38,6 +40,8 @@ implements a minimal NotFound view:
This error will be different when the ``debug_notfound``
environment setting is true than it is when it is false.
+.. _changing_the_forbidden_view:
+
Changing the Forbidden View
---------------------------