diff --git a/cookbook/controller/error_pages.rst b/cookbook/controller/error_pages.rst index 193b64c417a..00c7e9c4aa2 100644 --- a/cookbook/controller/error_pages.rst +++ b/cookbook/controller/error_pages.rst @@ -95,7 +95,6 @@ To override the 404 error template for HTML pages, create a new {% block body %}

Page not found

- {# example security usage, see below #} {% if is_granted('IS_AUTHENTICATED_FULLY') %} {# ... #} {% endif %}