diff options
author | Matthew Somerville <matthew@mysociety.org> | 2011-06-16 12:15:03 +0100 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2011-06-16 12:15:03 +0100 |
commit | 4a7912b97c75d8934bbab33532f0b6ac1e86e47f (patch) | |
tree | 3645cd9bd55c77b71adbe7a8fc74bcc58202ba01 /templates/web/default/questionnaire | |
parent | 4cbadaa9cd86ff3c0a82ccb696d115c2496b287a (diff) |
Generate /reports data on cron.
Diffstat (limited to 'templates/web/default/questionnaire')
-rwxr-xr-x | templates/web/default/questionnaire/error.html | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/templates/web/default/questionnaire/error.html b/templates/web/default/questionnaire/error.html deleted file mode 100755 index 12aa8e170..000000000 --- a/templates/web/default/questionnaire/error.html +++ /dev/null @@ -1,8 +0,0 @@ -[% INCLUDE 'header.html', title = loc('Error') %] - -<h1>[% loc('Error') %]</h1> - -<p>[% message %]</p> - -[% INCLUDE 'footer.html' %] - |