Commit f60dd6f5 authored by Preston Holmes's avatar Preston Holmes
Browse files

[1.5.x] Made a small clarification in tutorial.

refs #19889
parent 72db38fa
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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 }}