diff options
author | M Somerville <matthew-github@dracos.co.uk> | 2020-10-13 12:02:00 +0100 |
---|---|---|
committer | M Somerville <matthew-github@dracos.co.uk> | 2020-10-13 12:02:00 +0100 |
commit | 0188e23f792446926eda1eaadf0dc5d1ad08594e (patch) | |
tree | 721a6c25cd92ec361aced790e146218c7921c7de /templates/email/tfl | |
parent | ea73bc7c2053bf0db3f7ce47bbd1722e79771ba8 (diff) | |
parent | 470d978db885e3ff95e7a8632a94a60b09cef127 (diff) |
Merge branch 'include-extra-qns-in-submit-email'
Diffstat (limited to 'templates/email/tfl')
-rw-r--r-- | templates/email/tfl/submit.html | 3 | ||||
-rw-r--r-- | templates/email/tfl/submit.txt | 2 |
2 files changed, 0 insertions, 5 deletions
diff --git a/templates/email/tfl/submit.html b/templates/email/tfl/submit.html index a1bd8f134..2bce514d0 100644 --- a/templates/email/tfl/submit.html +++ b/templates/email/tfl/submit.html @@ -58,9 +58,6 @@ of a local problem that they believe might require your attention.</p> <p style="[% secondary_p_style %]"><strong>Signal site number:</strong> [% report.get_extra_field_value('site') | html %]</p> [% END %] <p style="[% secondary_p_style %]">[% report.detail | html %]</p> - [%~ IF additional_information %] - <p style="[% secondary_p_style %]">[% additional_information %]</p> - [%~ END %] <p style="[% secondary_p_style %]"> <strong>Location:</strong> <br>Easting/Northing diff --git a/templates/email/tfl/submit.txt b/templates/email/tfl/submit.txt index b6af867ff..6c1f323b0 100644 --- a/templates/email/tfl/submit.txt +++ b/templates/email/tfl/submit.txt @@ -31,8 +31,6 @@ Subject: [% report.title %] Details: [% report.detail %] -[% additional_information %] - Easting/Northing [%- " (IE)" IF coordsyst == "I" -%] : [% easting %]/[% northing %] |