When sending emails we see: django.template.exceptions.TemplateDoesNotExist: email/alert.txt
This might be because the extension is not distributed - see pyproject.toml
After manually adding the email.txt file to the templates/email directory - it works.
Versions
0.0.19
Scope
Service (Job Scheduling, Job Preparation)
Issue
When sending emails we see:
django.template.exceptions.TemplateDoesNotExist: email/alert.txt
This might be because the extension is not distributed - see pyproject.tomlAfter manually adding the email.txt file to the templates/email directory - it works.