app/soc/templates/soc/assertion_error.html
author Sverre Rabbelier <sverre@rabbelier.nl>
Thu, 04 Jun 2009 23:21:33 +0200
changeset 2393 7fe19ebfe0d3
permissions -rw-r--r--
Display caught errors on the page itself Similar to the previous commit, show directly rather than redirect.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
2393
7fe19ebfe0d3 Display caught errors on the page itself
Sverre Rabbelier <sverre@rabbelier.nl>
parents:
diff changeset
     1
<html>
7fe19ebfe0d3 Display caught errors on the page itself
Sverre Rabbelier <sverre@rabbelier.nl>
parents:
diff changeset
     2
<head><title>Something went wrong</title></head>
7fe19ebfe0d3 Display caught errors on the page itself
Sverre Rabbelier <sverre@rabbelier.nl>
parents:
diff changeset
     3
<body>
7fe19ebfe0d3 Display caught errors on the page itself
Sverre Rabbelier <sverre@rabbelier.nl>
parents:
diff changeset
     4
We ran into a problem while serving your request, please try again.
7fe19ebfe0d3 Display caught errors on the page itself
Sverre Rabbelier <sverre@rabbelier.nl>
parents:
diff changeset
     5
</body>
7fe19ebfe0d3 Display caught errors on the page itself
Sverre Rabbelier <sverre@rabbelier.nl>
parents:
diff changeset
     6
</html>