diff options
| author | Rodolfo <rodolfo2488@gmail.com> | 2013-09-06 13:57:00 -0500 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2013-09-07 13:37:09 -0400 |
| commit | d34b94b00fa817871939ea6c097621a3e4a87311 (patch) | |
| tree | 637e8197f94a8917a576fb856e4d7d48329a25d4 /docs/intro/tutorial06.txt | |
| parent | 55a11683f7b094ae4fd0b9fa030d18a12657ba98 (diff) | |
Fixed #20876 -- Changed Poll model name in tutorial to Question
Diffstat (limited to 'docs/intro/tutorial06.txt')
| -rw-r--r-- | docs/intro/tutorial06.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/intro/tutorial06.txt b/docs/intro/tutorial06.txt index d5db3ae232..2a1567915d 100644 --- a/docs/intro/tutorial06.txt +++ b/docs/intro/tutorial06.txt @@ -75,7 +75,7 @@ template tag from the ``staticfiles`` template library. The ``{% static %}`` template tag generates the absolute URL of the static file. That's all you need to do for development. Reload -``http://localhost:8000/polls/`` and you should see that the poll links are +``http://localhost:8000/polls/`` and you should see that the question links are green (Django style!) which means that your stylesheet was properly loaded. Adding a background-image |
