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
All the {{ something }} template tags in the are being ignored and shown empty, instead of being replaced with the context data.
In my setup, I'm using the django.core.mail.backends.console.EmailBackend backend, and DEFAULT_PRIORITY is now.
The stdout log using the 3.6.2 version:
Hi ha una nova sol·licitud d'alta avui a les .
Tipus:
Nom:
Accés a la fitxa:
Running the same after downgrading to the 3.6.1 version:
Hi ha una nova sol·licitud d'alta avui 19/10/2022 a les 15:36.
Tipus: Entitat
Nom: prova via api nom comercial
Accés a la fitxa: https://localhost/admin/partners/entity/8a12fb17-597b-4807-ae0c-259221aeef9c/change/
I imagine that this other issue talks about the same, and the PR might fix it, but I'm not sure if my case is about re-rendering anything so I thought it could be useful to open this other issue, for those who might be googling about the problem.
Many thanks to all the contributors for maintaining this awesome library.
Cheers,
Pere
The text was updated successfully, but these errors were encountered:
You may try my current version which includes the changes of this pull request already and two other bug fixes for v3.6.2 and see if it fixes your problem.
You just have to install (maybe in a new virtual environment) my current version from github via pip:
Hello!
All the
{{ something }}
template tags in the are being ignored and shown empty, instead of being replaced with the context data.In my setup, I'm using the
django.core.mail.backends.console.EmailBackend
backend, andDEFAULT_PRIORITY
isnow
.The stdout log using the 3.6.2 version:
Running the same after downgrading to the 3.6.1 version:
I imagine that this other issue talks about the same, and the PR might fix it, but I'm not sure if my case is about re-rendering anything so I thought it could be useful to open this other issue, for those who might be googling about the problem.
Many thanks to all the contributors for maintaining this awesome library.
Cheers,
Pere
The text was updated successfully, but these errors were encountered: