diff options
| author | Ahmed Nassar <a.moh.nassar00@gmail.com> | 2025-04-14 14:12:56 -0300 |
|---|---|---|
| committer | nessita <124304+nessita@users.noreply.github.com> | 2025-04-15 14:48:55 -0300 |
| commit | be402891cd78f484b7f67e486924975523516ced (patch) | |
| tree | d52b96b0b48d1b15dcc1182af0218b1efcfc87a6 /docs/ref/templates | |
| parent | abbcef52801f920caf72f4e2016c4999ea8b98ec (diff) | |
Fixed #36311 -- Unified spelling of "hardcode" and its variants in docs.
Co-authored-by: Natalia <124304+nessita@users.noreply.github.com>
Diffstat (limited to 'docs/ref/templates')
| -rw-r--r-- | docs/ref/templates/builtins.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/ref/templates/builtins.txt b/docs/ref/templates/builtins.txt index f3d967b153..1eb391d8c0 100644 --- a/docs/ref/templates/builtins.txt +++ b/docs/ref/templates/builtins.txt @@ -777,7 +777,7 @@ will be displayed if the value has not changed: Loads a template and renders it with the current context. This is a way of "including" other templates within a template. -The template name can either be a variable or a hard-coded (quoted) string, +The template name can either be a variable or a hardcoded (quoted) string, in either single or double quotes. This example includes the contents of the template ``"foo/bar.html"``: @@ -1386,7 +1386,7 @@ given view and optional parameters. Any special characters in the resulting path will be encoded using :func:`~django.utils.encoding.iri_to_uri`. This is a way to output links without violating the DRY principle by having to -hard-code URLs in your templates: +hardcode URLs in your templates: .. code-block:: html+django |
