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

Fixed typo in docs/topics/forms/media.txt.

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