Kaydet (Commit) 4091a07f authored tarafından Hyunwoo Park's avatar Hyunwoo Park Kaydeden (comit) Tim Graham

[2.0.x] Fixed typo in docs/topics/forms/media.txt.

Backport of 3f237c1a from master
üst 427a8b44
......@@ -241,7 +241,7 @@ But if :setting:`STATIC_URL` is ``'http://static.example.com/'``::
<script type="text/javascript" src="http://othersite.com/actions.js"></script>
Or if :mod:`~django.contrib.staticfiles` is configured using the
`~django.contib.staticfiles.ManifestStaticFilesStorage`::
:class:`~django.contrib.staticfiles.storage.ManifestStaticFilesStorage`::
>>> w = CalendarWidget()
>>> print(w.media)
......
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