From d17b380653da5f95885ce53468fe7aac60672841 Mon Sep 17 00:00:00 2001 From: Adam Johnson Date: Fri, 1 May 2020 13:37:21 +0100 Subject: Refs #30573 -- Rephrased "Of Course" and "Obvious(ly)" in documentation and comments. --- docs/intro/tutorial06.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'docs/intro/tutorial06.txt') 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. -- cgit v1.3