aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--perllib/FixMyStreet/App/View/Web.pm2
-rw-r--r--templates/web/default/errors/page_not_found.html (renamed from templates/web/errors/page_not_found.html)0
2 files changed, 1 insertions, 1 deletions
diff --git a/perllib/FixMyStreet/App/View/Web.pm b/perllib/FixMyStreet/App/View/Web.pm
index 0cb8e21b8..a201242bc 100644
--- a/perllib/FixMyStreet/App/View/Web.pm
+++ b/perllib/FixMyStreet/App/View/Web.pm
@@ -9,7 +9,7 @@ use FixMyStreet::App;
__PACKAGE__->config(
TEMPLATE_EXTENSION => '.html',
INCLUDE_PATH => [ #
- FixMyStreet::App->path_to( 'templates', 'web' ),
+ FixMyStreet::App->path_to( 'templates', 'web', 'default' ),
],
render_die => 1,
);
diff --git a/templates/web/errors/page_not_found.html b/templates/web/default/errors/page_not_found.html
index 92ceb3106..92ceb3106 100644
--- a/templates/web/errors/page_not_found.html
+++ b/templates/web/default/errors/page_not_found.html