Files
notifications-admin/app/main/views/_templates.py
T

13 lines
374 B
Python
Raw Normal View History

2016-01-13 16:27:54 +00:00
templates = [
{
2016-01-13 16:27:54 +00:00
'type': 'sms',
2016-01-20 13:01:42 +00:00
'name': 'Confirmation with details Jan 2016',
'body': '((name)), weve received your ((thing)). Well contact you again within 1 week.'
2016-01-13 16:27:54 +00:00
},
{
'type': 'sms',
2016-01-20 13:01:42 +00:00
'name': 'Confirmation Jan 2016',
'body': 'Weve received your payment. Well contact you again within 1 week.'
}
]