diff options
author | Matthew Somerville <matthew-github@dracos.co.uk> | 2018-04-18 17:48:49 +0100 |
---|---|---|
committer | Matthew Somerville <matthew-github@dracos.co.uk> | 2018-04-23 15:39:50 +0100 |
commit | b948c388f2991fb3efef40b3641d4fbe54e5f18e (patch) | |
tree | dea594aaf12985a0c8e50031cb4665d9622e9653 /templates | |
parent | 8ca1681a0c9e3627b1b4c6ed8599e9b4c6d276a1 (diff) |
Add class specifically for the around error page.
Diffstat (limited to 'templates')
-rw-r--r-- | templates/web/base/around/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/web/base/around/index.html b/templates/web/base/around/index.html index 8f6af6225..df49bff8d 100644 --- a/templates/web/base/around/index.html +++ b/templates/web/base/around/index.html @@ -1,5 +1,5 @@ [% pre_container_extra = INCLUDE 'around/postcode_form.html' %] -[% SET bodyclass = 'frontpage fullwidthpage' ~%] +[% SET bodyclass = 'frontpage fullwidthpage aroundpage' ~%] [% INCLUDE 'header.html', title = loc('Reporting a problem') %] [% |