From 4a7912b97c75d8934bbab33532f0b6ac1e86e47f Mon Sep 17 00:00:00 2001 From: Matthew Somerville Date: Thu, 16 Jun 2011 12:15:03 +0100 Subject: Generate /reports data on cron. --- templates/web/default/errors/generic.html | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100755 templates/web/default/errors/generic.html (limited to 'templates/web/default/errors') diff --git a/templates/web/default/errors/generic.html b/templates/web/default/errors/generic.html new file mode 100755 index 000000000..12aa8e170 --- /dev/null +++ b/templates/web/default/errors/generic.html @@ -0,0 +1,8 @@ +[% INCLUDE 'header.html', title = loc('Error') %] + +

[% loc('Error') %]

+ +

[% message %]

+ +[% INCLUDE 'footer.html' %] + -- cgit v1.2.3