diff options
author | Struan Donald <struan@exo.org.uk> | 2011-06-16 12:44:56 +0100 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2011-06-16 12:44:56 +0100 |
commit | 08bda4c3a6ef4e55bce01a3fa004021679b141f5 (patch) | |
tree | 8841c7aca6fb831a6780860d999eb1140f28e392 /templates/web/default/errors | |
parent | 4d40d4632325a999b66dee1db36841dfeb60bcda (diff) | |
parent | 4a7912b97c75d8934bbab33532f0b6ac1e86e47f (diff) |
Merge branch 'master' of ssh://git.mysociety.org/data/git/public/fixmystreet into new_statuses
Diffstat (limited to 'templates/web/default/errors')
-rwxr-xr-x | templates/web/default/errors/generic.html | 8 |
1 files changed, 8 insertions, 0 deletions
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') %] + +<h1>[% loc('Error') %]</h1> + +<p>[% message %]</p> + +[% INCLUDE 'footer.html' %] + |