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
failed reading static files from disk: './static': stat static/email-templates: no such file or directory
I dont need the other template dirs if I only want to overwrite the favicon or logo.svg.
As a workaround it suffices to re-create the directory structure.
PS. I think the Templating Readme needs an update too. /static/public/ should be /static/public/templates ??
The text was updated successfully, but these errors were encountered:
This was by design, but I agree that an merge+override behaviour is ideal. Pick up any available templates and override the default ones without expecting 1:1 local files.
but I agree that an merge+override behaviour is ideal
I think this is already the behavior. I have only the folder structure and have overwritten the favicon and logo. But all templates are still loaded properly.
Version:
Description of the bug and steps to reproduce:
--static-dir
should either ignore missing directories, or create them on the fly.Using the following docker-compose:
with an empty
static
dir will result in an error:I dont need the other template dirs if I only want to overwrite the favicon or logo.svg.
As a workaround it suffices to re-create the directory structure.
PS. I think the Templating Readme needs an update too.
/static/public/
should be/static/public/templates
??The text was updated successfully, but these errors were encountered: