diff options
author | Dave Arter <davea@mysociety.org> | 2018-08-16 17:25:11 +0100 |
---|---|---|
committer | Dave Arter <davea@mysociety.org> | 2018-08-17 09:43:36 +0100 |
commit | e2b06dc7f1f44fe12423f7612debaad164933c46 (patch) | |
tree | 65c4f28041e194c0f11e7ea01c85e5b44e7b867c /templates | |
parent | a33ee5f5f9310efd3643d92529eae9c1907dc42d (diff) |
Set bodyclass on alert disambiguation/questionnaire pages
This was causing layout issues on the Lincolnshire cobrand.
Diffstat (limited to 'templates')
-rw-r--r-- | templates/web/base/alert/choose.html | 1 | ||||
-rw-r--r-- | templates/web/base/questionnaire/creator_fixed.html | 2 |
2 files changed, 2 insertions, 1 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 %]"> |