Skip to content

Commit

Permalink
Merge branch 'dev' of github.com:softwaresaved/lowfat into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
phillybroadbent committed Apr 4, 2024
2 parents 560da4c + ccad16c commit c9075fc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lowfat/fixtures/flatpages.json
Expand Up @@ -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:finance@software.ac.uk\">finance@software.ac.uk</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,
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Expand Up @@ -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

0 comments on commit c9075fc

Please sign in to comment.