Skip to content

Commit

Permalink
Fix HTML email
Browse files Browse the repository at this point in the history
  • Loading branch information
rgaiacs committed Apr 6, 2017
1 parent dfbdcd1 commit ef64e60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fixtures/flatpages.json
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@
"fields": {
"url": "/email/template/expense/claimant/change/",
"title": "New message about your expense claim request",
"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 {{ new.fund.claimant.fullname }},</p>\r\n<p>Your expense claim for {{ new.fund.name }} has been {{ new.get_status_display }}.</p>\r\n<p>You can check the details of your expense claim at <a href=\"{{ protocol }}://{{ site.domain }}{{ new.link }}>{{ protocol }}://{{ site.domain }}{{ new.link }}</a>.</p>\r\n{% if notes %}\r\n<p>Notes:</p>\r\n<blockquotes>\r\n{{ notes }}\r\n</blockquotes>\r\n{% endif %}\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 {{ new.fund.claimant.fullname }},</p>\r\n<p>Your expense claim for {{ new.fund.name }} has been {{ new.get_status_display }}.</p>\r\n<p>You can check the details of your expense claim at <a href=\"{{ protocol }}://{{ site.domain }}{{ new.link }\"}>{{ protocol }}://{{ site.domain }}{{ new.link }}</a>.</p>\r\n{% if notes %}\r\n<p>Notes:</p>\r\n<blockquotes>\r\n{{ notes }}\r\n</blockquotes>\r\n{% endif %}\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>",
"enable_comments": false,
"template_name": "",
"registration_required": false,
Expand Down

0 comments on commit ef64e60

Please sign in to comment.