aboutsummaryrefslogtreecommitdiffstats
path: root/tmpl/error.tt2
diff options
context:
space:
mode:
authorArne Georg Gleditsch <argggh@lxr.linpro.no>2008-02-17 23:05:18 +0100
committerArne Georg Gleditsch <argggh@lxr.linpro.no>2008-02-17 23:05:18 +0100
commit32aa8b091f439043ec2a4c7807366cb26eb9de19 (patch)
treeee64267c7a43aaf412edbf0a9bfcb9f95b871885 /tmpl/error.tt2
parentdd670fda9351186a1bf51de2a3b8192a9cda301c (diff)
Improved error handling.
Diffstat (limited to 'tmpl/error.tt2')
-rw-r--r--tmpl/error.tt23
1 files changed, 3 insertions, 0 deletions
diff --git a/tmpl/error.tt2 b/tmpl/error.tt2
new file mode 100644
index 0000000..b8996ac
--- /dev/null
+++ b/tmpl/error.tt2
@@ -0,0 +1,3 @@
+[% INCLUDE header.tt2 %]
+<div class="error">[% error | html %]</div>
+[% INCLUDE footer.tt2 %]