emencia / emencia-django-newsletter

An app for sending newsletter by email to a contact list.
189 stars 72 forks source link

Fix for django-cms toolbar conflict #35

Closed vvarp closed 13 years ago

vvarp commented 13 years ago

django-cms simply scans generated page for tag and injects its toolbar after it (see cms.middleware.toolbar.insert_after_tag) - this causes trouble on newsletter stats page as toolbar gets injected in the middle of javascript block. Here's a simple fix for that.

Fantomas42 commented 13 years ago

Hi vvarp,

thank you for your work !