diff options
| author | Baptiste Darthenay <baptiste+github@darthenay.fr> | 2013-06-17 09:37:19 +0200 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2013-06-17 07:01:48 -0400 |
| commit | a952044228432fac8043b8f034b19296d308a44a (patch) | |
| tree | 461d13fec05c0e413546b2b81dd3a21d3dfb72ce /docs/ref/templates | |
| parent | e411e9931272cd22247095fc2af8d26d58eeddd6 (diff) | |
[1.5.x] Fixed #20614 -- Typo in documentation.
Backport of 39b245fd76 from master
Diffstat (limited to 'docs/ref/templates')
| -rw-r--r-- | docs/ref/templates/builtins.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/templates/builtins.txt b/docs/ref/templates/builtins.txt index 45a0bea850..cd85c29762 100644 --- a/docs/ref/templates/builtins.txt +++ b/docs/ref/templates/builtins.txt @@ -2375,7 +2375,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" /> 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 |
