diff options
| author | Gary Wilson Jr <gary.wilson@gmail.com> | 2007-08-05 04:39:52 +0000 |
|---|---|---|
| committer | Gary Wilson Jr <gary.wilson@gmail.com> | 2007-08-05 04:39:52 +0000 |
| commit | eba5703fee221bc2ace9fcd2b6873d7e1cdf6753 (patch) | |
| tree | 7c4b40e93b41cf60e3b22ad7d6862bb9bfbcd8f9 /docs/tutorial04.txt | |
| parent | d018b92bbecbed5b8f44e9b2ee3fb15f500e2555 (diff) | |
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
Diffstat (limited to 'docs/tutorial04.txt')
| -rw-r--r-- | docs/tutorial04.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/tutorial04.txt b/docs/tutorial04.txt index 3b7485a1a9..553a76e9b1 100644 --- a/docs/tutorial04.txt +++ b/docs/tutorial04.txt @@ -8,8 +8,8 @@ application and will focus on simple form processing and cutting down our code. Write a simple form =================== -Let's update our poll detail template from the last tutorial, so that the -template contains an HTML ``<form>`` element:: +Let's update our poll detail template ("polls/detail.html") from the last +tutorial, so that the template contains an HTML ``<form>`` element:: <h1>{{ poll.question }}</h1> |
