aboutsummaryrefslogtreecommitdiffstats
path: root/t/app/controller/templates
diff options
context:
space:
mode:
authorMatthew Somerville <matthew-github@dracos.co.uk>2017-07-07 22:28:21 +0100
committerMatthew Somerville <matthew-github@dracos.co.uk>2017-07-14 14:22:24 +0100
commit6f23d7b44ddc2556897e920cb88a3c81357605bf (patch)
tree48be64c12f96048a5df42888f34b0ada91d98a69 /t/app/controller/templates
parent863e8b2d548d95b89da068bd3361ce8131f77f55 (diff)
Allow static home page template override.
If an /about/homepage.html template exists in your cobrand, it will be used as the front page, and the normal front page will be available at /report.
Diffstat (limited to 't/app/controller/templates')
-rw-r--r--t/app/controller/templates/about/homepage.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/t/app/controller/templates/about/homepage.html b/t/app/controller/templates/about/homepage.html
new file mode 100644
index 000000000..c8d5c1eb3
--- /dev/null
+++ b/t/app/controller/templates/about/homepage.html
@@ -0,0 +1,3 @@
+<p>
+ THIS IS A STATIC FRONT PAGE.
+</p>