mirror of
https://github.com/django/django.git
synced 2024-12-27 11:35:53 +00:00
[4.2.x] Corrected code-block directive in docs/ref/templates/builtins.txt.
Backport of 12ec80726f
from main
This commit is contained in:
parent
4eaed191b6
commit
bcf66f1355
@ -1264,7 +1264,7 @@ such as this:
|
|||||||
|
|
||||||
path("clients/", include("project_name.app_name.urls"))
|
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
|
.. code-block:: html+django
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user