I am trying to override the default email for django-postman's notification system. In the docs, it says
Default templates are provided with the application. Same as for the views, you can override them, and design yours.
However in the code they are used directly from the postman
folder, e.g. 'postman/email_user_subject.txt'
.
How do I override the templates for email notification?