ansibleguy / webui

Basic WebUI for using Ansible
https://webui.ansibleguy.net
GNU General Public License v3.0
83 stars 6 forks source link

Problem: E-Mail Template not distributed #39

Closed NiceRath closed 4 months ago

NiceRath commented 4 months ago

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.toml

After manually adding the email.txt file to the templates/email directory - it works.