Skip to content

Commit

Permalink
Fixed #2046 -- Typo in tutorial03.txt. Thanks, asmodai
Browse files Browse the repository at this point in the history
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3016 bcc190cf-cafb-0310-a4f2-bffc1f526a37
  • Loading branch information
adrianholovaty committed May 31, 2006
1 parent eb74800 commit 3c4e261
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/tutorial03.txt
Expand Up @@ -209,7 +209,7 @@ So let's use Django's template system to separate the design from Python::
})
return HttpResponse(t.render(c))

That code loads the template called "polls/index" and passes it a context. The
That code loads the template called "polls/index.html" and passes it a context. The
context is a dictionary mapping template variable names to Python objects.

Reload the page. Now you'll see an error::
Expand Down

0 comments on commit 3c4e261

Please sign in to comment.