diff options
author | Matthew Somerville <matthew@mysociety.org> | 2012-07-20 21:08:58 +0100 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2012-07-20 21:15:17 +0100 |
commit | 1d22165ba38a91daa74e52ac67dd75974abdaecb (patch) | |
tree | a2559af8d39e7d25bd107763b80d9fdcd61850c2 /templates/web/default | |
parent | 5612a350ba12f92d9f2d5dcbafc718b6d68f6e20 (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.html | 7 |
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( |