Skip to content

Commit 2b56e3a

Browse files
committed
Merge pull request #562 from richardmiller/adding_link_to_overriding_errors
Added link to templating section from tip about Twig in error pages artic
2 parents 01081d9 + 17c954f commit 2b56e3a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

cookbook/controller/error_pages.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,8 @@ end-user, create a new template located at
4040
.. tip::
4141

4242
If you're not familiar with Twig, don't worry. Twig is a simple, powerful
43-
and optional templating engine that integrates with ``Symfony2``.
43+
and optional templating engine that integrates with ``Symfony2``. For more
44+
information about Twig see :doc:`/book/templating`.
4445

4546
In addition to the standard HTML error page, Symfony provides a default error
4647
page for many of the most common response formats, including JSON

0 commit comments

Comments
 (0)