You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the E-Mail admin list view the subject for pre-rendered emails is rendered again without context.
This is again a direct cause of #403 and similar to issue #421.
The fix would be the same. The check for instance.template in line 134 of admin.py should be replaced with instance.context.
In the E-Mail admin list view the subject for pre-rendered emails is rendered again without context.
This is again a direct cause of #403 and similar to issue #421.
The fix would be the same. The check for
instance.template
in line 134 of admin.py should be replaced withinstance.context
.django-post_office/post_office/admin.py
Lines 133 to 135 in 5a1aa53
The text was updated successfully, but these errors were encountered: