From d34b94b00fa817871939ea6c097621a3e4a87311 Mon Sep 17 00:00:00 2001 From: Rodolfo Date: Fri, 6 Sep 2013 13:57:00 -0500 Subject: Fixed #20876 -- Changed Poll model name in tutorial to Question --- docs/intro/tutorial06.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/intro/tutorial06.txt') 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 -- cgit v1.3