From 3c97829e850709f70588832a1b7234c0eb4252e7 Mon Sep 17 00:00:00 2001 From: psychobunny Date: Tue, 7 Oct 2014 23:55:06 -0400 Subject: [PATCH] 404 now properly reads error messages --- src/views/404.tpl | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/views/404.tpl b/src/views/404.tpl index 95cd1b9383..2c2e4a89e9 100644 --- a/src/views/404.tpl +++ b/src/views/404.tpl @@ -1,4 +1,8 @@
[[global:404.title]] + +

{error}

+

[[global:404.message]]

+
\ No newline at end of file