aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Somerville <matthew-github@dracos.co.uk>2018-04-18 17:48:49 +0100
committerMatthew Somerville <matthew-github@dracos.co.uk>2018-04-23 15:39:50 +0100
commitb948c388f2991fb3efef40b3641d4fbe54e5f18e (patch)
treedea594aaf12985a0c8e50031cb4665d9622e9653
parent8ca1681a0c9e3627b1b4c6ed8599e9b4c6d276a1 (diff)
Add class specifically for the around error page.
-rw-r--r--templates/web/base/around/index.html2
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') %]
[%