diff options
Diffstat (limited to 'templates/web/base')
-rw-r--r-- | templates/web/base/alert/choose.html | 1 | ||||
-rw-r--r-- | templates/web/base/questionnaire/creator_fixed.html | 2 | ||||
-rwxr-xr-x | templates/web/base/reports/body.html | 2 | ||||
-rw-r--r-- | templates/web/base/tokens/confirm_problem.html | 4 |
4 files changed, 7 insertions, 2 deletions
diff --git a/templates/web/base/alert/choose.html b/templates/web/base/alert/choose.html index 50835e90c..6f1eb412f 100644 --- a/templates/web/base/alert/choose.html +++ b/templates/web/base/alert/choose.html @@ -1,3 +1,4 @@ +[% SET bodyclass = 'alertpage fullwidthpage' %] [% INCLUDE 'header.html', title => loc('Local RSS feeds and email alerts') %] <h1>[% loc('Local RSS feeds and email alerts') %]</h1> diff --git a/templates/web/base/questionnaire/creator_fixed.html b/templates/web/base/questionnaire/creator_fixed.html index bcd9a9514..83037ee3d 100644 --- a/templates/web/base/questionnaire/creator_fixed.html +++ b/templates/web/base/questionnaire/creator_fixed.html @@ -1,4 +1,4 @@ -[% INCLUDE 'header.html', title = loc('Confirmation') %] +[% INCLUDE 'header.html', bodyclass = 'fullwidthpage', title = loc('Confirmation') %] <form method="post" action="/questionnaire/submit" id="questionnaire"> <input type="hidden" name="problem" value="[% problem_id | html %]"> diff --git a/templates/web/base/reports/body.html b/templates/web/base/reports/body.html index a630c2175..8be72d632 100755 --- a/templates/web/base/reports/body.html +++ b/templates/web/base/reports/body.html @@ -8,7 +8,7 @@ %] [% END %] -[% IF c.cobrand.moniker == 'oxfordshire' %] +[% IF c.cobrand.moniker.match('oxfordshire|lincolnshire') %] [% ward_text = 'View reports by division' %] [% ELSIF c.cobrand.is_council %] [% ward_text = loc( 'View reports by ward' ) %] diff --git a/templates/web/base/tokens/confirm_problem.html b/templates/web/base/tokens/confirm_problem.html index 57ba42a54..f74517c8a 100644 --- a/templates/web/base/tokens/confirm_problem.html +++ b/templates/web/base/tokens/confirm_problem.html @@ -6,8 +6,12 @@ [% IF c.cobrand.is_council %] [% IF c.cobrand.owns_problem( report ) %] + [% TRY %] + [% INCLUDE 'tokens/_confirm_problem_council_id.html' %] + [% CATCH file %] <h2>Your issue is on its way to the council.</h2> <p>Your reference for this report is [% report.id %], please quote it in any enquiries.</p> + [% END %] [% ELSE %] <h2>Thank you for your report.</h2> <p> |