Skip to content

Commit

Permalink
[Bexley] Use correct subject line for update emails
Browse files Browse the repository at this point in the history
For FD-4463.
  • Loading branch information
davea committed Aug 22, 2024
1 parent 93af24d commit d406208
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions templates/email/bexley/alert-update.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
[% is_missed_collection = report.category == 'Report missed collection' ~%]
[%~ IF is_missed_collection ~%]
Subject: New updates on your missed collection report
[%~ ELSE ~%]
Subject: New [% site_name %] updates on report: '[% report.title %]'
[%~ END %]

You asked us to send you an email every time an update was made to the
[% site_name %] report: [% report.title %].
You asked us to send you an email every time an update was made to
[% IF is_missed_collection %]your missed collection report[% ELSE %]the [% site_name %] report: [% report.title %][% END %].

The following updates have been left on this report:

Expand Down

0 comments on commit d406208

Please sign in to comment.