diff --git a/controller/error_pages.rst b/controller/error_pages.rst index aa3489753f0..601f87d4550 100644 --- a/controller/error_pages.rst +++ b/controller/error_pages.rst @@ -99,7 +99,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 %}