We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Is it possible to change the email values based on some variables or based on the language used in the app?
The text was updated successfully, but these errors were encountered:
Line 238 in file import_export_celery/tasks.py at auto-mat/django-import-export-celery - https://github.com/auto-mat/django-import-export-celery/blob/master/import_export_celery/tasks.py#L238 hmm, doesn't seem so without changing thisline to load from a template. If you change this line to build the email from,a template https://github.com/auto-mat/do-prace-na-kole/blob/e46e0aa8e3f0e7baa2fd9cd4b4a03518856bb808/apps/dpnk/email.py#L242 then you can override the template in your code. If you make a clean PR Iwould merge it.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Is it possible to change the email values based on some variables or based on the language used in the app?
The text was updated successfully, but these errors were encountered: