django-heythere icon indicating copy to clipboard operation
django-heythere copied to clipboard

Added support for using template files instead of strings.

Open honi opened this issue 11 years ago • 0 comments

Defining all notifications inside settings.py is not so pretty when you have 10+ notifications that use templatetags or simply have long text.

Added two options: headline_template_name and body_template_name, that if set, are used instead of the other template string options to render a template file for the notification headline and body.

Included documentation updates and test case.

honi avatar Jun 26 '14 17:06 honi