django-newsletter icon indicating copy to clipboard operation
django-newsletter copied to clipboard

Fix for missing `thumbnail_template` in html template context

Open MultiJohnen opened this issue 1 year ago • 0 comments

The {% include thumbnail_template %} tag in message's html template raised an error because it could not find the thumbnail_template in the context. This happened when trying to send the message via the Submission record or when trying to preview.

MultiJohnen avatar Aug 28 '24 08:08 MultiJohnen