1
0
mirror of https://github.com/django/django.git synced 2024-12-22 17:16:24 +00:00

Corrected code-block directive in docs/ref/templates/builtins.txt.

This commit is contained in:
Pan Dango 2023-05-07 18:21:27 +05:30 committed by GitHub
parent ca5d3c99ef
commit 12ec80726f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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