-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -110,7 +110,7 @@ | |
"fields": { | ||
"url": "/email/template/expense/claimant/", | ||
"title": "We received your expense claim", | ||
"content": "<!DOCTYPE HTML>\r\n<html>\r\n<head>\r\n<meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\" />\r\n</head>\r\n<body>\r\n<p>Dear {{ expense.fund.claimant.fullname }},</p>\r\n<p>We have received your expenses claim of \u00a3{{ expense.amount_claimed }} for {{ expense.fund.title }}.</p>\r\n<p>We will process it as soon as possible and we will contact you if needed.</p>\r\n<p>You can check the status of your expense claim at <a href=\"{{ protocol }}://{{ site.domain }}{{ expense.link }}\">{{ protocol }}://{{ site.domain }}{{ expense.link }}</a>.</p>\r\n<p>\r\nBest wishes,<br>\r\nFellows Management (<a href=\"mailto:{{ FELLOWS_MANAGEMENT_EMAIL }}\">{{ FELLOWS_MANAGEMENT_EMAIL }}</a>)<br>\r\nSoftware Sustainability Institute\r\n</p>\r\n</body>\r\n</html>", | ||
"content": "<!DOCTYPE HTML>\r\n<html>\r\n<head>\r\n<meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\" />\r\n</head>\r\n<body>\r\n<p>Dear {{ expense.fund.claimant.fullname }},</p>\r\n<p>We have received your expenses claim of \u00a3{{ expense.amount_claimed }} for {{ expense.fund.title }}.</p>\r\n<p>We will process it as soon as possible and we will contact you if needed.</p>\r\n<p>You can check the status of your expense claim at <a href=\"{{ protocol }}://{{ site.domain }}{{ expense.link }}\">{{ protocol }}://{{ site.domain }}{{ expense.link }}</a>.</p>\r\n<p>\r\n<p>To reply to this message, email <a href=\"mailto:[email protected]\">[email protected]</a></p>\r\nBest wishes,<br>\r\nFellows Management (<a href=\"mailto:{{ FELLOWS_MANAGEMENT_EMAIL }}\">{{ FELLOWS_MANAGEMENT_EMAIL }}</a>)<br>\r\nSoftware Sustainability Institute\r\n</p>\r\n</body>\r\n</html>", | ||
"enable_comments": false, | ||
"template_name": "", | ||
"registration_required": false, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -57,4 +57,4 @@ tablib==3.5.0 | |
typing_extensions==4.3.0 | ||
urllib3==1.26.12 | ||
xlrd==2.0.1 | ||
xlwt==1.3.0 | ||
xlwt==1.3.0 |