diff options
| author | Pan Dango <76955186+hoopandango@users.noreply.github.com> | 2023-05-07 18:21:27 +0530 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2023-05-07 14:52:16 +0200 |
| commit | bcf66f135595c4a305f45bcfeafcd86af72b5290 (patch) | |
| tree | dc66e3b751125aff574a290b949e9f6f90981656 /docs/ref | |
| parent | 4eaed191b6514dc577fdba31b31c0a7571b176e5 (diff) | |
[4.2.x] Corrected code-block directive in docs/ref/templates/builtins.txt.
Backport of 12ec80726f33e8dbd80de3cecf48d76ac4c0aa89 from main
Diffstat (limited to 'docs/ref')
| -rw-r--r-- | docs/ref/templates/builtins.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/templates/builtins.txt b/docs/ref/templates/builtins.txt index 8a04577919..853a62e719 100644 --- a/docs/ref/templates/builtins.txt +++ b/docs/ref/templates/builtins.txt @@ -1264,7 +1264,7 @@ such as this: path("clients/", include("project_name.app_name.urls")) -...then, in a template, you can create a link to this view like this:: +...then, in a template, you can create a link to this view like this: .. code-block:: html+django |
