From bcf66f135595c4a305f45bcfeafcd86af72b5290 Mon Sep 17 00:00:00 2001 From: Pan Dango <76955186+hoopandango@users.noreply.github.com> Date: Sun, 7 May 2023 18:21:27 +0530 Subject: [4.2.x] Corrected code-block directive in docs/ref/templates/builtins.txt. Backport of 12ec80726f33e8dbd80de3cecf48d76ac4c0aa89 from main --- docs/ref/templates/builtins.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.3