mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
Fixed broken rST link
This commit is contained in:
parent
cd8c79d30a
commit
309d7191a1
1 changed files with 1 additions and 1 deletions
|
|
@ -961,7 +961,7 @@ forbidden(datasette, request, message)
|
|||
``message`` - string
|
||||
A message hinting at why the request was forbidden.
|
||||
|
||||
Plugins can use this to customize how Datasette responds when a 403 Forbidden error occurs - usually because a page failed a permission check, see :authentication_permissions:.
|
||||
Plugins can use this to customize how Datasette responds when a 403 Forbidden error occurs - usually because a page failed a permission check, see :ref:`authentication_permissions`.
|
||||
|
||||
If a plugin hook wishes to react to the error, it should return a :ref:`Response object <internals_response>`.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue