Преглед на файлове

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

Pan Dango преди 1 година
родител
ревизия
12ec80726f
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      docs/ref/templates/builtins.txt

+ 1 - 1
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