Kaydet (Commit) d62194a2 authored tarafından Chris McCollister's avatar Chris McCollister Kaydeden (comit) Tim Graham

Fixed #24984 -- Added link to Jinja2 static tag instructions in staticfiles docs.

üst f576b23a
......@@ -358,6 +358,11 @@ slightly different call:
{% static "images/hi.jpg" as myphoto %}
<img src="{{ myphoto }}" alt="Hi!" />
.. admonition:: Using Jinja2 templates?
See :class:`django.template.backends.jinja2.Jinja2` for information on
using the ``static`` tag with Jinja2.
Finders Module
==============
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment