Fix typo in staticfiles app documentation
In the documentation for the `static` template tag, a `::` was used prior to a `code-block`. Doing so caused the `code-block` line to render as code. Changing the `::` to `:` corrects the display.
This commit is contained in:
parent
d8e221db90
commit
a7928dedc8
|
@ -390,7 +390,7 @@ in :ref:`staticfiles-from-cdn`.
|
|||
.. versionadded:: 1.5
|
||||
|
||||
If you'd like to retrieve a static URL without displaying it, you can use a
|
||||
slightly different call::
|
||||
slightly different call:
|
||||
|
||||
.. code-block:: html+django
|
||||
|
||||
|
|
Loading…
Reference in New Issue