From 5aa017255827b2c06bd9a5f7f069828ef625da18 Mon Sep 17 00:00:00 2001 From: Derek Anderson Date: Mon, 6 Aug 2007 16:50:17 +0000 Subject: schema-evolution: update from HEAD (v5821) git-svn-id: http://code.djangoproject.com/svn/django/branches/schema-evolution@5822 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- docs/tutorial03.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'docs/tutorial03.txt') 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 }}