diff options
| author | Preston Holmes <preston@ptone.com> | 2013-02-23 19:06:04 -0800 |
|---|---|---|
| committer | Preston Holmes <preston@ptone.com> | 2013-02-23 19:07:55 -0800 |
| commit | f60dd6f55dcd646dcec4f7f8b2cc73af985ccba3 (patch) | |
| tree | 3f633dc3f0f88938361692da29b7612ab5def7c2 | |
| parent | 72db38facc2b713046ad25a1a5034fcbc328478c (diff) | |
[1.5.x] Made a small clarification in tutorial.
refs #19889
| -rw-r--r-- | docs/intro/tutorial03.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/intro/tutorial03.txt b/docs/intro/tutorial03.txt index 975e3fc668..daab8b7756 100644 --- a/docs/intro/tutorial03.txt +++ b/docs/intro/tutorial03.txt @@ -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 }} |
