-
Notifications
You must be signed in to change notification settings - Fork 273
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Value of USE TEMPLATE in admin is wrong, but template is used #395
Comments
Same problem exists with this code:
|
Another test:
Like this, the template is shown in admin and filter works. But the template variables are not filled anymore. |
Yeah this seems to be a bug. Mind opening a PR for this? If |
I don`t have the time to fix this and open a PR at the moment...somebody else? Should be easy to fix, right? |
franciscobmacedo
added a commit
to franciscobmacedo/django-post_office
that referenced
this issue
Jul 13, 2022
selwin
pushed a commit
that referenced
this issue
Aug 1, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I`m using Version 3.6.0.
I created a email template in database admin. And then sent mail with this command:
Email subject and content is filled with values from the template, everything seems to work fine. But in admin, there is a red cross below USE TEMPLATE:
And when I click filter
user_cancelled_subscription
for the "By Name" filter, the email is not shown.What could be wrong? This is really confusing.
The text was updated successfully, but these errors were encountered: