diff options
| author | Ramil Yanbulatov <rayman1104@gmail.com> | 2022-06-30 15:08:49 +0300 |
|---|---|---|
| committer | Carlton Gibson <carlton.gibson@noumenal.es> | 2022-08-09 14:44:51 +0200 |
| commit | c6290bae9da94234091673fa57ea20411325a9e8 (patch) | |
| tree | a3aafea2b59d053aaaf44d0f23fa6db29c1c2e88 /docs/intro | |
| parent | f3a06b06b59b3d24d5c2c14a34a8051879203c45 (diff) | |
Fixed #33842 -- Used :source: role for links to repo files on GitHub.
Diffstat (limited to 'docs/intro')
| -rw-r--r-- | docs/intro/tutorial07.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/intro/tutorial07.txt b/docs/intro/tutorial07.txt index 1ee4b977ff..bd8b3c70ef 100644 --- a/docs/intro/tutorial07.txt +++ b/docs/intro/tutorial07.txt @@ -343,7 +343,7 @@ when loading Django templates; it's a search path. Now create a directory called ``admin`` inside ``templates``, and copy the template ``admin/base_site.html`` from within the default Django admin template directory in the source code of Django itself -(``django/contrib/admin/templates``) into that directory. +(:source:`django/contrib/admin/templates`) into that directory. .. admonition:: Where are the Django source files? |
