Skip to content Skip to sidebar Skip to footer

Flask Security: Customize Email Templates

How do you customize the email templates used in flask security without altering the source code? Everything else I have needed such as web templates and email subjects are config

Solution 1:

SOLVED: Create a directory templates/security/email Copy all the email templates into this folder and you can edit them.


Post a Comment for "Flask Security: Customize Email Templates"