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:
Andy Dirnberger 2012-07-18 14:34:08 -04:00
parent d8e221db90
commit a7928dedc8
1 changed files with 1 additions and 1 deletions

View File

@ -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