Ticket #2047: tutorial03.txt.diff
File tutorial03.txt.diff, 636 bytes (added by , 18 years ago) |
---|
-
django/docs/tutorial03.txt
209 209 }) 210 210 return HttpResponse(t.render(c)) 211 211 212 That code loads the template called "polls/index " and passes it a context. The213 context is a dictionary mapping template variable names to Python objects.212 That code loads the template called "polls/index.html" and passes it a context. 213 The context is a dictionary mapping template variable names to Python objects. 214 214 215 215 Reload the page. Now you'll see an error:: 216 216