zsiciarz / django-markitup

Markup handling (using Jay Salvat's MarkItUp! flexible universal markup editor) for Django
https://github.com/zsiciarz/django-markitup
BSD 3-Clause "New" or "Revised" License
47 stars 31 forks source link

Staticfix #7

Closed ivanvenosdel closed 9 years ago

ivanvenosdel commented 9 years ago

This fix addresses an issue where the template tags assume local storage rather then going through staticfiles_storage.

Tested environments:

ivanvenosdel commented 9 years ago

Post-holiday ping. Happy to apply any feedback you may have.

carljm commented 9 years ago

Thanks! Sorry, missed this somehow when it first came in. I'll look at it tomorrow.

carljm commented 9 years ago

Thanks, merged!