From eba5703fee221bc2ace9fcd2b6873d7e1cdf6753 Mon Sep 17 00:00:00 2001 From: Gary Wilson Jr Date: Sun, 5 Aug 2007 04:39:52 +0000 Subject: [PATCH] Refs #5089 -- Added file name to poll detail template examples in the tutorial. git-svn-id: http://code.djangoproject.com/svn/django/trunk@5801 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- docs/tutorial03.txt | 3 ++- docs/tutorial04.txt | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) 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 }}