3
0
Fork 0

fix: add fallback_key support for email settings

sometimes (e.g. for "import/export warning") we need some common
template and/or config
This commit is contained in:
Lance Edgar 2025-12-19 21:16:43 -06:00
parent cca34bca1f
commit 2a9ace2a38
4 changed files with 250 additions and 47 deletions

View file

@ -10,8 +10,8 @@ Basics
To send an email you (usually) need 3 things:
* key - unique key identifying the type of email
* template - template file to render message body
* key - unique key identifying the :term:`email type`
* template - :term:`email template` file to render message body
* context - context dict for template file rendering
And actually the template just needs to exist somewhere it can be