pydanny / django-wysiwyg

A Django application for making Django textareas rich text editors. Certainly as a template tag and possibly as a form widget.
http://django-wysiwyg.readthedocs.org
MIT License
465 stars 63 forks source link

STATIC_URL instead of MEDIA_URL #13

Closed kennethlove closed 12 years ago

kennethlove commented 12 years ago

Since this isn't user-supplied media, it should be held in the same location as other static media. This slight change makes the template tag use the correct location if it falls back due to not having a setting.