mirror of
https://github.com/Hopiu/django.git
synced 2026-05-17 03:51:06 +00:00
Fixed #20614 -- Typo in documentation.
This commit is contained in:
parent
1b7634a0d0
commit
39b245fd76
1 changed files with 1 additions and 1 deletions
|
|
@ -2401,7 +2401,7 @@ It is also able to consume standard context variables, e.g. assuming a
|
||||||
<link rel="stylesheet" href="{% static user_stylesheet %}" type="text/css" media="screen" />
|
<link rel="stylesheet" href="{% static user_stylesheet %}" type="text/css" media="screen" />
|
||||||
|
|
||||||
If you'd like to retrieve a static URL without displaying it, you can use a
|
If you'd like to retrieve a static URL without displaying it, you can use a
|
||||||
slightly different call::
|
slightly different call:
|
||||||
|
|
||||||
.. versionadded:: 1.5
|
.. versionadded:: 1.5
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue