diff options
Diffstat (limited to 'docs/intro/tutorial06.txt')
| -rw-r--r-- | docs/intro/tutorial06.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/intro/tutorial06.txt b/docs/intro/tutorial06.txt index e81f6cdf0c..be69f5e162 100644 --- a/docs/intro/tutorial06.txt +++ b/docs/intro/tutorial06.txt @@ -112,10 +112,10 @@ loaded in the top left of the screen. .. warning:: - Of course the ``{% static %}`` template tag is not available for use in - static files like your stylesheet which aren't generated by Django. You - should always use **relative paths** to link your static files between each - other, because then you can change :setting:`STATIC_URL` (used by the + The ``{% static %}`` template tag is not available for use in static files + which aren't generated by Django, like your stylesheet. You should always + use **relative paths** to link your static files between each other, + because then you can change :setting:`STATIC_URL` (used by the :ttag:`static` template tag to generate its URLs) without having to modify a bunch of paths in your static files as well. |
