diff options
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 |
