diff --git a/docs/patterns/errorpages.rst b/docs/patterns/errorpages.rst index 4532e120..2729cdcf 100644 --- a/docs/patterns/errorpages.rst +++ b/docs/patterns/errorpages.rst @@ -77,3 +77,6 @@ An example template might be this:

What you were looking for is just not there.

go somewhere nice {% endblock %} + +Please note that if you add an error handler for "500 Internal Server +Error", Flask will not trigger it if it's running in Debug mode.