diff --git a/controller/error_pages.rst b/controller/error_pages.rst index c8bcc65b6b2..65872b61e00 100644 --- a/controller/error_pages.rst +++ b/controller/error_pages.rst @@ -97,11 +97,6 @@ To override the 404 error template for HTML pages, create a new {% block body %}

Page not found

- - {% if is_granted('IS_AUTHENTICATED_FULLY') %} - {# ... #} - {% endif %} -

The requested page couldn't be located. Checkout for any URL misspelling or return to the homepage.