From c90919b5329d89e7b14c4208934078dcd35a714f Mon Sep 17 00:00:00 2001 From: Moray Jones Date: Fri, 5 Jul 2024 11:58:09 +0100 Subject: [PATCH] [NorthNorthants] Email wording change Text changed in template as doesn't fit with site-name variable https://mysocietysupport.freshdesk.com/a/tickets/4280 --- templates/email/default/other-reported.html | 5 ++++- templates/email/default/other-reported.txt | 4 ++++ templates/email/default/other-updated.html | 4 ++++ templates/email/default/other-updated.txt | 5 ++++- 4 files changed, 16 insertions(+), 2 deletions(-) diff --git a/templates/email/default/other-reported.html b/templates/email/default/other-reported.html index 374244e12dc..e8176d3e796 100644 --- a/templates/email/default/other-reported.html +++ b/templates/email/default/other-reported.html @@ -18,8 +18,11 @@ [% start_padded_box | safe %]

Your report has been logged

+ [% IF cobrand.moniker == 'northnorthants' %] +

Your report to [% report.body %] has been logged on the Highways reporting system.

+ [% ELSE %]

Your report to [% report.body %] has been logged on [% site_name %].

- + [% END %] [% IF report.non_public %]

It has been marked as private and will not be visible to the general public; you may view it using the link below, or if you sign in diff --git a/templates/email/default/other-reported.txt b/templates/email/default/other-reported.txt index 8b7b3fb5eef..c89bdb8edb2 100644 --- a/templates/email/default/other-reported.txt +++ b/templates/email/default/other-reported.txt @@ -9,7 +9,11 @@ Subject: Your report has been logged: [% report.title %] Hello [% report.name %], +[% IF cobrand.moniker == 'northnorthants' %] +Your report to [% report.body %] has been logged on the Highways reporting system. +[% ELSE %] Your report to [% report.body %] has been logged on [% site_name %]. +[% END %] [% IF report.non_public ~%] It has been marked as private and will not be visible to the general public; diff --git a/templates/email/default/other-updated.html b/templates/email/default/other-updated.html index 2609b00277c..0d7bbb69d21 100644 --- a/templates/email/default/other-updated.html +++ b/templates/email/default/other-updated.html @@ -11,7 +11,11 @@ [% start_padded_box | safe %]

Your update has been logged

+ [% IF cobrand.moniker == 'northnorthants' %] +

Your update has been logged on the Highways reporting system.

+ [% ELSE %]

Your update has been logged on [% site_name %].

+ [% END %] [% TRY %][% INCLUDE '_council_reference.html' %][% CATCH file %][% END %]

View my update diff --git a/templates/email/default/other-updated.txt b/templates/email/default/other-updated.txt index 5b5195f804d..27c4a3b9b6a 100644 --- a/templates/email/default/other-updated.txt +++ b/templates/email/default/other-updated.txt @@ -2,8 +2,11 @@ Subject: Your update has been logged Hello [% update.name %], +[% IF cobrand.moniker == 'northnorthants' %] +Your update has been logged on the Highways reporting system: +[% ELSE %] Your update has been logged on [% site_name %]: - +[% END %] [% cobrand.base_url_for_report(problem) %][% update.url %] [% TRY %][% INCLUDE '_council_reference.txt' %][% CATCH file %][% END %]