Skip to content

Commit

Permalink
Made a small clarification in tutorial.
Browse files Browse the repository at this point in the history
refs #19889
  • Loading branch information
ptone committed Feb 24, 2013
1 parent f480b39 commit 17a28b3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/intro/tutorial03.txt
Original file line number Diff line number Diff line change
Expand Up @@ -405,7 +405,8 @@ The new concept here: The view raises the :exc:`~django.http.Http404` exception
if a poll with the requested ID doesn't exist.

We'll discuss what you could put in that ``polls/detail.html`` template a bit
later, but if you'd like to quickly get the above example working, just::
later, but if you'd like to quickly get the above example working, a file
containing just::

{{ poll }}

Expand Down

0 comments on commit 17a28b3

Please sign in to comment.