diff --git a/docs/tutorial03.txt b/docs/tutorial03.txt index bf85c27231..d49a417dcf 100644 --- a/docs/tutorial03.txt +++ b/docs/tutorial03.txt @@ -356,7 +356,8 @@ Use the template system ======================= Back to the ``detail()`` view for our poll application. Given the context -variable ``poll``, here's what the template might look like:: +variable ``poll``, here's what the "polls/detail.html" template might look +like::

{{ poll.question }}