diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/email/default/alert-update.html | 2 | ||||
-rw-r--r-- | templates/email/default/contact.html | 2 | ||||
-rw-r--r-- | templates/email/fixamingata/contact.html | 2 | ||||
-rw-r--r-- | templates/email/lincolnshire/contact.html | 2 | ||||
-rw-r--r-- | templates/web/base/alert/_index_text.html | 2 | ||||
-rw-r--r-- | templates/web/base/around/location_error.html | 2 | ||||
-rw-r--r-- | templates/web/cheshireeast/alert/_index_text.html | 2 | ||||
-rw-r--r-- | templates/web/peterborough/alert/_index_text.html | 2 |
8 files changed, 8 insertions, 8 deletions
diff --git a/templates/email/default/alert-update.html b/templates/email/default/alert-update.html index 1f1591b3d..0f7c30481 100644 --- a/templates/email/default/alert-update.html +++ b/templates/email/default/alert-update.html @@ -1,7 +1,7 @@ [% title = report.title | html; -email_summary = "New updates on “" _ title _ "”"; +email_summary = "New updates on “" _ title _ "”"; email_columns = 2; PROCESS '_email_settings.html'; diff --git a/templates/email/default/contact.html b/templates/email/default/contact.html index 6eac4282a..301245f1b 100644 --- a/templates/email/default/contact.html +++ b/templates/email/default/contact.html @@ -2,7 +2,7 @@ subject_html = subject | html; name = form_name | html; -email_summary = "“" _ subject_html _ "” – Message from " _ name _ " on " _ host; +email_summary = "“" _ subject_html _ "” – Message from " _ name _ " on " _ host; email_footer = "Sent via " _ host _ ", IP " _ ip; email_columns = 1; diff --git a/templates/email/fixamingata/contact.html b/templates/email/fixamingata/contact.html index 2b71eaea8..b182e48a5 100644 --- a/templates/email/fixamingata/contact.html +++ b/templates/email/fixamingata/contact.html @@ -2,7 +2,7 @@ subject_html = subject | html; name = form_name | html; -email_summary = "“" _ subject_html _ "” – Meddelande från " _ name _ " hos " _ host; +email_summary = "“" _ subject_html _ "” – Meddelande från " _ name _ " hos " _ host; email_footer = "Skickat via " _ host _ " och IP-adressen " _ ip; email_columns = 1; diff --git a/templates/email/lincolnshire/contact.html b/templates/email/lincolnshire/contact.html index 23a3c01ff..a1be947de 100644 --- a/templates/email/lincolnshire/contact.html +++ b/templates/email/lincolnshire/contact.html @@ -2,7 +2,7 @@ subject_html = subject | html; name = form_name | html; -email_summary = "“" _ subject_html _ "” – Message from " _ name _ " on " _ host; +email_summary = "“" _ subject_html _ "” – Message from " _ name _ " on " _ host; email_footer = "Sent via " _ host _ ", IP " _ ip; email_columns = 1; diff --git a/templates/web/base/alert/_index_text.html b/templates/web/base/alert/_index_text.html index 92e84478e..80ed142d1 100644 --- a/templates/web/base/alert/_index_text.html +++ b/templates/web/base/alert/_index_text.html @@ -11,7 +11,7 @@ within a certain distance of a particular location.', "%s is the site name"), si </p> [% IF location_error %] - <div class="error">[% location_error %]</div> + <div class="error">[% location_error | safe %]</div> [% ELSE %] [% INCLUDE 'errors.html' %] [% END %] diff --git a/templates/web/base/around/location_error.html b/templates/web/base/around/location_error.html index fc9b2b8ce..8e1a75008 100644 --- a/templates/web/base/around/location_error.html +++ b/templates/web/base/around/location_error.html @@ -1 +1 @@ -<p class="form-error">[% location_error %]</p> +<p class="form-error">[% location_error | safe %]</p> diff --git a/templates/web/cheshireeast/alert/_index_text.html b/templates/web/cheshireeast/alert/_index_text.html index c2eedf7bb..321a0b85c 100644 --- a/templates/web/cheshireeast/alert/_index_text.html +++ b/templates/web/cheshireeast/alert/_index_text.html @@ -5,7 +5,7 @@ problems within a certain distance of a particular location. </p> [% IF location_error %] - <div class="error">[% location_error %]</div> + <div class="error">[% location_error | safe %]</div> [% ELSE %] [% INCLUDE 'errors.html' %] [% END %] diff --git a/templates/web/peterborough/alert/_index_text.html b/templates/web/peterborough/alert/_index_text.html index 281c662b1..1c7f025c5 100644 --- a/templates/web/peterborough/alert/_index_text.html +++ b/templates/web/peterborough/alert/_index_text.html @@ -5,7 +5,7 @@ problems within a certain distance of a particular location. </p> [% IF location_error %] - <div class="error">[% location_error %]</div> + <div class="error">[% location_error | safe %]</div> [% ELSE %] [% INCLUDE 'errors.html' %] [% END %] |