diff options
-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 %]"> |