diff --git a/lowfat/fixtures/flatpages.json b/lowfat/fixtures/flatpages.json index 2631ee1c..54297e74 100644 --- a/lowfat/fixtures/flatpages.json +++ b/lowfat/fixtures/flatpages.json @@ -110,7 +110,7 @@ "fields": { "url": "/email/template/expense/claimant/", "title": "We received your expense claim", - "content": "\r\n\r\n\r\n\r\n\r\n\r\n

Dear {{ expense.fund.claimant.fullname }},

\r\n

We have received your expenses claim of \u00a3{{ expense.amount_claimed }} for {{ expense.fund.title }}.

\r\n

We will process it as soon as possible and we will contact you if needed.

\r\n

You can check the status of your expense claim at {{ protocol }}://{{ site.domain }}{{ expense.link }}.

\r\n

\r\nBest wishes,
\r\nFellows Management ({{ FELLOWS_MANAGEMENT_EMAIL }})
\r\nSoftware Sustainability Institute\r\n

\r\n\r\n", + "content": "\r\n\r\n\r\n\r\n\r\n\r\n

Dear {{ expense.fund.claimant.fullname }},

\r\n

We have received your expenses claim of \u00a3{{ expense.amount_claimed }} for {{ expense.fund.title }}.

\r\n

We will process it as soon as possible and we will contact you if needed.

\r\n

You can check the status of your expense claim at {{ protocol }}://{{ site.domain }}{{ expense.link }}.

\r\n

\r\n

To reply to this message, email finance@software.ac.uk

\r\nBest wishes,
\r\nFellows Management ({{ FELLOWS_MANAGEMENT_EMAIL }})
\r\nSoftware Sustainability Institute\r\n

\r\n\r\n", "enable_comments": false, "template_name": "", "registration_required": false, diff --git a/requirements.txt b/requirements.txt index 8bba1778..e8400ca6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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 \ No newline at end of file