aboutsummaryrefslogtreecommitdiffstats
path: root/templates/web/default
diff options
context:
space:
mode:
authorMatthew Somerville <matthew@mysociety.org>2012-07-20 21:08:58 +0100
committerMatthew Somerville <matthew@mysociety.org>2012-07-20 21:15:17 +0100
commit1d22165ba38a91daa74e52ac67dd75974abdaecb (patch)
treea2559af8d39e7d25bd107763b80d9fdcd61850c2 /templates/web/default
parent5612a350ba12f92d9f2d5dcbafc718b6d68f6e20 (diff)
Add NI sender, for handling cross-council road reports.
Diffstat (limited to 'templates/web/default')
-rw-r--r--templates/web/default/report/new/councils_text_all.html7
1 files changed, 7 insertions, 0 deletions
diff --git a/templates/web/default/report/new/councils_text_all.html b/templates/web/default/report/new/councils_text_all.html
index df3388bf3..ecc81ca18 100644
--- a/templates/web/default/report/new/councils_text_all.html
+++ b/templates/web/default/report/new/councils_text_all.html
@@ -6,6 +6,13 @@
all_council_names.join( '</strong>' _ loc(' or ') _ '<strong>' )
);
%]
+[% ELSIF all_councils.${area_ids_to_list.0}.type == 'LGD' %]
+[%
+ tprintf(
+ loc('All the information you provide here will be sent to <strong>%s</strong> or <strong>Roads Service</strong>.'),
+ all_council_names.join( '</strong>' _ loc(' or ') _ '<strong>' )
+ );
+%]
[% ELSE %]
[%
tprintf(